[tor-commits] [doctor/master] Send fingerprint change notices to tor-network-alerts@
atagar at torproject.org
atagar at torproject.org
Sat Jun 23 18:48:32 UTC 2018
commit 5c985c9832940c8673949b07d3dc96dd796af5ab
Author: Damian Johnson <atagar at torproject.org>
Date: Sat Jun 23 11:47:48 2018 -0700
Send fingerprint change notices to tor-network-alerts@
Requested by nusenu.
---
fingerprint_change_checker.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fingerprint_change_checker.py b/fingerprint_change_checker.py
index 6bc0a94..5cd6a2d 100755
--- a/fingerprint_change_checker.py
+++ b/fingerprint_change_checker.py
@@ -104,7 +104,7 @@ def main():
if len(alarm_for) == 1:
subject += ' (%s:%s)' % alarm_for.values()[0][:2]
- util.send(subject, body = body, to = ['bad-relays at lists.torproject.org', 'atagar at torproject.org'])
+ util.send(subject, body = body, to = ['tor-network-alerts at lists.torproject.org', 'atagar at torproject.org'])
# register that we've notified for these
More information about the tor-commits
mailing list