[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [doctor/master] Send fingerprint change notifications to me too
commit e846f57a20c977e9b68b412320ced55e2ef7f4e6
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
Date: Wed Oct 21 09:17:16 2015 -0700
Send fingerprint change notifications to me too
Turns out I'm not on bad-relays@. Adding myself so I get the notices too.
---
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 6a376be..4aabfdb 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 = ['bad-relays@xxxxxxxxxxxxxxxxxxxx'])
+ util.send(EMAIL_SUBJECT, body = body, to = ['bad-relays@xxxxxxxxxxxxxxxxxxxx', 'atagar@xxxxxxxxxxxxxx'])
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