[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [doctor/master] Send fingerprint change notifications to bad-relays@
commit 31df96f2774dc7fb6759863f9fce743cef9defaa
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
Date: Sat Oct 10 10:44:06 2015 -0700
Send fingerprint change notifications to bad-relays@
Script's been happily chugging along for a week, time to send it to the list!
---
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 71673ca..6a376be 100755
--- a/fingerprint_change_checker.py
+++ b/fingerprint_change_checker.py
@@ -90,7 +90,7 @@ def main():
body += "\n"
try:
- util.send(EMAIL_SUBJECT, body = body, to = ['atagar@xxxxxxxxxxxxxx', 'dgoulet@xxxxxxxxxxxxxx'])
+ util.send(EMAIL_SUBJECT, body = body, to = ['bad-relays@xxxxxxxxxxxxxxxxxxxx'])
except Exception as exc:
log.warn("Unable to send email: %s" % exc)
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits