From 631b834dd33fd65bf3c6e901980fb96c13a8d153 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 13 May 2016 09:27:12 -0700 Subject: Keep the date header in wrapped messages. --- Mailman/Handlers/WrapMessage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Mailman/Handlers') diff --git a/Mailman/Handlers/WrapMessage.py b/Mailman/Handlers/WrapMessage.py index 83f521fb..2bb540d6 100644 --- a/Mailman/Handlers/WrapMessage.py +++ b/Mailman/Handlers/WrapMessage.py @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2015 by the Free Software Foundation, Inc. +# Copyright (C) 2013-2016 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 @@ -34,6 +34,7 @@ KEEPERS = ('to', 'in-reply-to', 'references', 'x-mailman-approved-at', + 'date', ) -- cgit v1.2.3