diff options
author | Mark Sapiro <mark@msapiro.net> | 2014-04-25 21:06:35 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2014-04-25 21:06:35 -0700 |
commit | 47150e9ad6ffbdf9ae51691777056b4a57b7b6ff (patch) | |
tree | 8a2e8e44c4741a91c7915cd065788bdc2c35957f /NEWS | |
parent | 576d8d1659b0c98d1ac9fe33d2f23ead3e5c0bd3 (diff) | |
download | mailman2-47150e9ad6ffbdf9ae51691777056b4a57b7b6ff.tar.gz mailman2-47150e9ad6ffbdf9ae51691777056b4a57b7b6ff.tar.xz mailman2-47150e9ad6ffbdf9ae51691777056b4a57b7b6ff.zip |
Preparing 2.1.18rc3 and NEWS updates.
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -5,10 +5,14 @@ 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) +2.1.18rc3 (25-Apr-2014) Bug fixes and other patches + - Changed from_is_list actions to insert the list address in Cc: if the + list is fully personalized. Otherwise, the list address is only in + From: and Reply-To: overrides it. (LP: #1312970) + - 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) @@ -28,7 +32,7 @@ Here is a history of user visible changes to Mailman. Sender filters -> dmarc_moderation_action feature discussed below. This requires that the dnspython <http://www.dnspython.org/> package be available in Python. This package can be downloaded from the above - site or from the Cheese Shop <https://pypi.python.org/pypi/dnspython/> + site or from the CheeseShop <https://pypi.python.org/pypi/dnspython/> or installed with pip. New Features |