From c43087be33f78a895b74869800a775c4a0cb9a27 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Mon, 22 Sep 2003 02:37:51 +0000 Subject: Backporting from the HEAD -- updated handlers --- Mailman/Handlers/CookHeaders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mailman/Handlers/CookHeaders.py') diff --git a/Mailman/Handlers/CookHeaders.py b/Mailman/Handlers/CookHeaders.py index 9ef5550c..2ec1f3f7 100644 --- a/Mailman/Handlers/CookHeaders.py +++ b/Mailman/Handlers/CookHeaders.py @@ -169,7 +169,7 @@ def process(mlist, msg, msgdata): if mlist.description: # Make sure description is properly i18n'd listid_h = uheader(mlist, mlist.description, 'List-Id') - listid_h.append(' ' + listid, 'us-ascii') + listid_h.append(listid, 'us-ascii') else: # For wrapping listid_h = Header(listid, 'us-ascii', header_name='List-Id') -- cgit v1.2.3