diff options
author | Mark Sapiro <mark@msapiro.net> | 2014-05-06 09:35:47 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2014-05-06 09:35:47 -0700 |
commit | f3b2c2c7523b5962164672b5b5889c2eb85aca0a (patch) | |
tree | d97759d48a6b83b30a6c9b22e08dc7feb271ec38 /NEWS | |
parent | d3ffb15770a927597b16bebc3719b5e690f7395b (diff) | |
download | mailman2-f3b2c2c7523b5962164672b5b5889c2eb85aca0a.tar.gz mailman2-f3b2c2c7523b5962164672b5b5889c2eb85aca0a.tar.xz mailman2-f3b2c2c7523b5962164672b5b5889c2eb85aca0a.zip |
A critical incompatibility between the DMARC Wrap Message action and
Python versions older than 2.6.x for some x <= 5 existed and caused
Wrapped message to be shunted. This is fixed. (LP: #1316682)
Diffstat (limited to '')
-rwxr-xr-x | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5,10 +5,14 @@ Copyright (C) 1998-2014 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -2.1.19 (xx-xxx-xxxx) +2.1.18-1 (06-May-2014) Bug fixes and other patches + - A critical incompatibility between the DMARC Wrap Message action and + Python versions older than 2.6.x for some x <= 5 existed and caused + Wrapped message to be shunted. This is fixed. (LP: #1316682) + - Sender: headers are no longer removed in from_is_list Munge From actions. (LP: #1315970) |