[tor-commits] [doctor/master] Updating teor's address

atagar at torproject.org atagar at torproject.org
Thu Sep 27 18:32:46 UTC 2018


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



More information about the tor-commits mailing list