commit 9db725cbbdfae34662874385e265bcc3692aa810 Author: Damian Johnson atagar@torproject.org Date: Sun May 19 14:21:58 2019 -0700
Send fallback dir emails to Gus rather than Colin
Adjusting notificaiton recipients per Colin's request. --- fallback_directories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fallback_directories.py b/fallback_directories.py index e5b5ad8..184c971 100755 --- a/fallback_directories.py +++ b/fallback_directories.py @@ -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 = """\