[tor-commits] [doctor/master] Bug 34312: Swap teor with dgoulet for notifications
gk at torproject.org
gk at torproject.org
Tue May 26 06:24:04 UTC 2020
commit 0cefbcce9fa8280a1b587eda06f013fc7311666a
Author: Georg Koppen <gk at torproject.org>
Date: Tue May 26 06:23:20 2020 +0000
Bug 34312: Swap teor with dgoulet for notifications
---
fallback_directories.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fallback_directories.py b/fallback_directories.py
index b63fd8d..3ff2057 100755
--- a/fallback_directories.py
+++ b/fallback_directories.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2016-2019, Damian Johnson and The Tor Project
+# Copyright 2016-2020, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
@@ -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', 'teor at torproject.org', 'nickm at torproject.org', 'gus at torproject.org']
+TO_ADDRESSES = ['tor-consensus-health at lists.torproject.org', 'dgoulet at torproject.org', 'nickm at torproject.org', 'gus at torproject.org']
EMAIL_SUBJECT = 'Fallback Directory Summary (%i/%i, %i%%)'
SYNOPSIS = '%i/%i (%i%%) fallback directories have become slow or unresponsive...'
More information about the tor-commits
mailing list