From 075ab363af474de53d880e2778b509d05bdfe7d7 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Thu, 18 Dec 2003 14:58:22 +0000 Subject: Fix comment --- Mailman/Handlers/CookHeaders.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Mailman/Handlers/CookHeaders.py b/Mailman/Handlers/CookHeaders.py index 8e47d301..fa471166 100644 --- a/Mailman/Handlers/CookHeaders.py +++ b/Mailman/Handlers/CookHeaders.py @@ -173,8 +173,7 @@ def process(mlist, msg, msgdata): else: desc = '' listid_h = formataddr((desc, listid)) - # We always add a List-ID: header. Do an parse/format roundtrip to - # properly quote any funny characters in the description. + # BAW: I think the message object should handle any necessary wrapping. del msg['list-id'] msg['List-Id'] = listid_h # For internally crafted messages, we -- cgit v1.2.3