commit 0fd680d304cf42bf2c4c688b89d60ff91a92dc55 Author: Damian Johnson atagar@torproject.org Date: Thu Sep 27 11:32:06 2018 -0700
Updating teor's address
Requested by teor on 8/21 (yeah, I'm really late in getting around to this). --- fallback_directories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fallback_directories.py b/fallback_directories.py index 073fc85..7b480d9 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', 'teor2345@gmail.com', 'nickm@torproject.org'] +TO_ADDRESSES = ['tor-consensus-health@lists.torproject.org', 'teor@torproject.org', 'nickm@torproject.org'] EMAIL_SUBJECT = 'Fallback Directory Summary (%i/%i, %i%%)'
EMAIL_BODY = """\
tor-commits@lists.torproject.org