diff options
| author | tkikuchi | 2006-01-04 12:29:12 +0000 |
|---|---|---|
| committer | tkikuchi | 2006-01-04 12:29:12 +0000 |
| commit | 62a7a9115ef16431bd41f161106d9b32569b3385 (patch) | |
| tree | 4a425b0d71e604e11f61fe24f531f97e4f812e0e /Mailman/Handlers/CookHeaders.py | |
| parent | e04d647d939bba8c6c2f4be6af53f2dcfb2838ca (diff) | |
| download | mailman-62a7a9115ef16431bd41f161106d9b32569b3385.tar.gz mailman-62a7a9115ef16431bd41f161106d9b32569b3385.tar.zst mailman-62a7a9115ef16431bd41f161106d9b32569b3385.zip | |
Diffstat (limited to 'Mailman/Handlers/CookHeaders.py')
| -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 8fd1d064a..309c84519 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) |
