diff options
author | bwarsaw <> | 2006-01-01 20:43:23 +0000 |
---|---|---|
committer | bwarsaw <> | 2006-01-01 20:43:23 +0000 |
commit | 71ff0a9d4d7f16ffcdb5cd230a47b8e6fdb9b989 (patch) | |
tree | 0c8294960f438bcb29bb7544cb8f966b93f1a59d /Mailman | |
parent | 87c67b0a3b34ad240027ef149c6ee7e1bed36992 (diff) | |
download | mailman2-71ff0a9d4d7f16ffcdb5cd230a47b8e6fdb9b989.tar.gz mailman2-71ff0a9d4d7f16ffcdb5cd230a47b8e6fdb9b989.tar.xz mailman2-71ff0a9d4d7f16ffcdb5cd230a47b8e6fdb9b989.zip |
process(): Fix a comment.
Diffstat (limited to 'Mailman')
-rw-r--r-- | Mailman/Handlers/CookHeaders.py | 7 |
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) |