[Pkg-mailman-hackers] Pkg-mailman commit - rev 437 - trunk/debian/patches

Thijs Kinkhorst thijs at costa.debian.org
Tue Oct 10 11:10:04 UTC 2006


Author: thijs
Date: 2006-10-10 11:10:03 +0000 (Tue, 10 Oct 2006)
New Revision: 437

Removed:
   trunk/debian/patches/73_list-id_strict_rfc.patch
Log:
drop patch (was already omitted from 'series'), it has
been integrated upstream


Deleted: trunk/debian/patches/73_list-id_strict_rfc.patch
===================================================================
--- trunk/debian/patches/73_list-id_strict_rfc.patch	2006-10-10 09:42:59 UTC (rev 436)
+++ trunk/debian/patches/73_list-id_strict_rfc.patch	2006-10-10 11:10:03 UTC (rev 437)
@@ -1,20 +0,0 @@
-Patch: 73_list-id_strict_rfc.patch
-Author: Lionel Elie Mamane <lionel at mamane.lu>
-Make sure the List-Id header strictly conforms to RFC 2919:
-always put the list-id between brackets.
-Index: Mailman/Handlers/Scrubber.py
-===================================================================
---- Mailman/Handlers/CookHeaders.py.orig	2003-12-18 15:58:22.000000000 +0100
-+++ Mailman/Handlers/CookHeaders.py	2005-11-13 18:14:47.546324750 +0100
-@@ -172,7 +172,10 @@
-         desc = str(h)
-     else:
-         desc = ''
--    listid_h = formataddr((desc, listid))
-+    if (desc == ''):
-+        listid_h = '<%s>' % listid
-+    else:
-+        listid_h = formataddr((desc, listid))
-     # BAW: I think the message object should handle any necessary wrapping.
-     del msg['list-id']
-     msg['List-Id'] = listid_h




More information about the Pkg-mailman-hackers mailing list