commit e155b91724a227479166738f87e675060b0e4f0a Author: Damian Johnson atagar@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@torproject.org', 'teor2345@gmail.com', 'nickm@torproject.org'] +TO_ADDRESSES = ['tor-consensus-health@lists.torproject.org', 'teor2345@gmail.com', 'nickm@torproject.org'] EMAIL_SUBJECT = 'Fallback Directory Summary'
EMAIL_BODY = """\
tor-commits@lists.torproject.org