Skip to content
Snippets Groups Projects
Commit 9db725cb authored by Damian Johnson's avatar Damian Johnson
Browse files

Send fallback dir emails to Gus rather than Colin

Adjusting notificaiton recipients per Colin's request.
parent 90777b92
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ import util
log = util.get_logger('fallback_directories')
NOTIFICATION_THRESHOLD = 25 # send notice if this percentage of fallbacks are unusable
TO_ADDRESSES = ['tor-consensus-health@lists.torproject.org', 'teor@torproject.org', 'nickm@torproject.org', 'colin@torproject.org']
TO_ADDRESSES = ['tor-consensus-health@lists.torproject.org', 'teor@torproject.org', 'nickm@torproject.org', 'gus@torproject.org']
EMAIL_SUBJECT = 'Fallback Directory Summary (%i/%i, %i%%)'
EMAIL_BODY = """\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment