commit 35f8c2b222a17442d50804dc02c1cc2bfe03aad7 Author: Damian Johnson atagar@torproject.org Date: Thu Oct 8 07:38:16 2015 -0700
Revert '[DocTor]' prefix
Forgot email lists already add a '[my-list]' prefix. This is redundant, and only came up because David's getting these emails directly. In just a couple days they'll be going to bad-relays@ so better to drop this.
This reverts commit ecaea9ab16bd371e9b2a66794eef01fd287bd2de. --- util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util.py b/util.py index 7d5878f..9440d4c 100644 --- a/util.py +++ b/util.py @@ -89,7 +89,7 @@ def send(subject, body, to = TO_ADDRESSES, cc = None, bcc = None): """
msg = MIMEMultipart('alternative') - msg['Subject'] = '[DocTor] ' + subject + msg['Subject'] = subject msg['From'] = FROM_ADDRESS msg['To'] = ','.join(to)
tor-commits@lists.torproject.org