diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2016-11-30 10:32:25 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2016-11-30 10:32:25 +0900 |
commit | 30cd100c152244d5b7a35c1142ae8b0c72428971 (patch) | |
tree | 01632af6bdcab8e7ff9b3b1bbb5d188416bff344 /NEWS | |
parent | be0b65acdeef0468d6bbf55cdec592990117e9d4 (diff) | |
parent | 62c260510d4918841d320d1dfc760238e87b8af6 (diff) | |
download | mailman2-30cd100c152244d5b7a35c1142ae8b0c72428971.tar.gz mailman2-30cd100c152244d5b7a35c1142ae8b0c72428971.tar.xz mailman2-30cd100c152244d5b7a35c1142ae8b0c72428971.zip |
Merge lp:mailman/2.1 up to 1686
Diffstat (limited to '')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -23,6 +23,18 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - The CleanseDKIM handler has been removed from OWNER_PIPELINE. It isn't + needed there and has adverse DMARC implications for messages to -owner + of an anonymous list. (LP: #1645901) + + - Fixed an issue with properly RFC 2047 encoding the display name in the + From: header for messages with DMARC mitigations. (LP: #1643210) + + - Fixed an issue causing UnicodeError in sending digests following a + change of a list's preferred_language. (LP: #1644356) + + - Enhanced the fix for race conditions in MailList().Load(). (LP: #266464) + - Fixed a typo in Utils.py that could have resulted in a NameError in logging an unlikely occurrence. (LP: #1637745) |