------------------------------------------------------------
revno: 1096
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Mon 2010-02-22 17:23:52 -0800
message:
  Added the List-Post header to the default list of headers retained in
  messages in the MIME digest.  Bug #526143.
modified:
  Mailman/Defaults.py.in
  NEWS


--
lp:mailman/2.2
https://code.launchpad.net/~mailman-coders/mailman/2.2

Your team Mailman Checkins is subscribed to branch lp:mailman/2.2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription.
=== modified file 'Mailman/Defaults.py.in'
--- Mailman/Defaults.py.in	2009-12-12 20:02:09 +0000
+++ Mailman/Defaults.py.in	2010-02-23 01:23:52 +0000
@@ -1,6 +1,6 @@
 # -*- python -*-
 
-# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2010 by the Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -1093,7 +1093,7 @@
     'Date', 'From', 'To', 'Cc', 'Subject', 'Message-ID', 'Keywords',
     # I believe we should also keep these headers though.
     'In-Reply-To', 'References', 'Content-Type', 'MIME-Version',
-    'Content-Transfer-Encoding', 'Precedence', 'Reply-To',
+    'Content-Transfer-Encoding', 'Precedence', 'Reply-To', 'List-Post',
     # Mailman 2.0 adds these headers
     'Message',
     ]

=== modified file 'NEWS'
--- NEWS	2010-02-15 18:58:31 +0000
+++ NEWS	2010-02-23 01:23:52 +0000
@@ -83,6 +83,9 @@
 
   Bug Fixes and other patches
 
+    - Added the List-Post header to the default list of headers retained in
+      messages in the MIME digest.  Bug #526143.
+
     - When daemonizing mailmanctl, we now ensure terminal files are closed.
 
     - Fixed a bug in pipermail archiving that caused fallback threading by

_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to