diff options
Diffstat (limited to 'Mailman/Handlers/CookHeaders.py')
-rw-r--r-- | Mailman/Handlers/CookHeaders.py | 3 |
1 files changed, 1 insertions, 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 |