[tor-commits] [doctor/master] Send fallback notices to tor-consensus-health@

atagar at torproject.org atagar at torproject.org
Wed Jun 22 16:56:07 UTC 2016


commit e155b91724a227479166738f87e675060b0e4f0a
Author: Damian Johnson <atagar at torproject.org>
Date:   Wed Jun 22 09:57:26 2016 -0700

    Send fallback notices to tor-consensus-health@
    
    Initially I excluded the list because this is a new script and didn't want to
    risk spamming folks, but its been happily running for months now. Letting
    notices go to the list.
---
 fallback_directories.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fallback_directories.py b/fallback_directories.py
index 4914118..42d65cb 100755
--- a/fallback_directories.py
+++ b/fallback_directories.py
@@ -16,7 +16,7 @@ import util
 log = util.get_logger('fallback_directories')
 
 NOTIFICATION_THRESHOLD = 25  # send notice if this percentage of fallbacks are unusable
-TO_ADDRESSES = ['atagar at torproject.org', 'teor2345 at gmail.com', 'nickm at torproject.org']
+TO_ADDRESSES = ['tor-consensus-health at lists.torproject.org', 'teor2345 at gmail.com', 'nickm at torproject.org']
 EMAIL_SUBJECT = 'Fallback Directory Summary'
 
 EMAIL_BODY = """\



More information about the tor-commits mailing list