aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mailman/Handlers/CookHeaders.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/Mailman/Handlers/CookHeaders.py b/Mailman/Handlers/CookHeaders.py
index 8fd1d064..309c8451 100644
--- a/Mailman/Handlers/CookHeaders.py
+++ b/Mailman/Handlers/CookHeaders.py
@@ -193,10 +193,9 @@ def process(mlist, msg, msgdata):
# We always add a List-ID: header.
del msg['list-id']
msg['List-Id'] = listid_h
- # For internally crafted messages, we
- # also add a (nonstandard), "X-List-Administrivia: yes" header. For all
- # others (i.e. those coming from list posts), we adda a bunch of other RFC
- # 2369 headers.
+ # For internally crafted messages, we also add a (nonstandard),
+ # "X-List-Administrivia: yes" header. For all others (i.e. those coming
+ # from list posts), we add a bunch of other RFC 2369 headers.
requestaddr = mlist.GetRequestEmail()
subfieldfmt = '<%s>, <mailto:%s?subject=%ssubscribe>'
listinfo = mlist.GetScriptURL('listinfo', absolute=1)