aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2014-04-23 20:30:50 -0700
committerMark Sapiro <mark@msapiro.net>2014-04-23 20:30:50 -0700
commite700b13082fa55f9172c04fba6366a4a3e859ff5 (patch)
treeaffb5438f9fa2dc72e3aaba9bf79f4ea49dbae18 /NEWS
parentec813e77dcffc14e02331ecd65d5e3f6b7019ad5 (diff)
downloadmailman2-e700b13082fa55f9172c04fba6366a4a3e859ff5.tar.gz
mailman2-e700b13082fa55f9172c04fba6366a4a3e859ff5.tar.xz
mailman2-e700b13082fa55f9172c04fba6366a4a3e859ff5.zip
Fixed the Munge From action to not actually Munge the From: or Reply-To:
until after the message has been sent to the archive, digest and usenet gateway.
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 65447dc7..bef272ac 100755
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,18 @@ Copyright (C) 1998-2013 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
+2.1.18 (xx-xxx-xxxx)
+
+ Bug fixes and other patches
+
+ - Fixed the Munge From action to only Munge the From: and/or Reply-To: in
+ the outgoing message and not in archives, digests and messages sent via
+ the usenet gateway. (LP: #1311431)
+
2.1.18rc2 (19-Apr-2014)
+
+ Bug fixes and other patches
+
- The new Utils.IsDMARCProhibited() used collections.defaultdict which
requires Python 2.5. Changed to use a dict and setdefault.