From 3eaeb16bbe2eeb039bd37a190f8ddf5d36533c57 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 22 Feb 2010 17:19:42 -0800 Subject: Added the List-Post header to the default list of headers retained in messages in the MIME digest. Bug #526143. --- Mailman/Defaults.py.in | 4 ++-- NEWS | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index b1c0ebe9..4aaee1d1 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -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 @@ -1088,7 +1088,7 @@ MIME_DIGEST_KEEP_HEADERS = [ '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', ] diff --git a/NEWS b/NEWS index 546248ff..66a92cd1 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,9 @@ Here is a history of user visible changes to Mailman. 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 -- cgit v1.2.3