From 71ff0a9d4d7f16ffcdb5cd230a47b8e6fdb9b989 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Sun, 1 Jan 2006 20:43:23 +0000 Subject: process(): Fix a comment. --- Mailman/Handlers/CookHeaders.py | 7 +++---- 1 file 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>, ' listinfo = mlist.GetScriptURL('listinfo', absolute=1) -- cgit v1.2.3