[tor-commits] [doctor/master] Send fallback dir emails to Gus rather than Colin

atagar at torproject.org atagar at torproject.org
Sun May 19 21:22:49 UTC 2019


commit 9db725cbbdfae34662874385e265bcc3692aa810
Author: Damian Johnson <atagar at 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 at lists.torproject.org', 'teor at torproject.org', 'nickm at torproject.org', 'colin at torproject.org']
+TO_ADDRESSES = ['tor-consensus-health at lists.torproject.org', 'teor at torproject.org', 'nickm at torproject.org', 'gus at torproject.org']
 EMAIL_SUBJECT = 'Fallback Directory Summary (%i/%i, %i%%)'
 
 EMAIL_BODY = """\



More information about the tor-commits mailing list