commit 5c985c9832940c8673949b07d3dc96dd796af5ab Author: Damian Johnson atagar@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@lists.torproject.org', 'atagar@torproject.org']) + util.send(subject, body = body, to = ['tor-network-alerts@lists.torproject.org', 'atagar@torproject.org'])
# register that we've notified for these