aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2016-11-30 10:32:25 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2016-11-30 10:32:25 +0900
commit30cd100c152244d5b7a35c1142ae8b0c72428971 (patch)
tree01632af6bdcab8e7ff9b3b1bbb5d188416bff344 /NEWS
parentbe0b65acdeef0468d6bbf55cdec592990117e9d4 (diff)
parent62c260510d4918841d320d1dfc760238e87b8af6 (diff)
downloadmailman2-30cd100c152244d5b7a35c1142ae8b0c72428971.tar.gz
mailman2-30cd100c152244d5b7a35c1142ae8b0c72428971.tar.xz
mailman2-30cd100c152244d5b7a35c1142ae8b0c72428971.zip
Merge lp:mailman/2.1 up to 1686
Diffstat (limited to '')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5ea05a7d..2e89898e 100644
--- a/NEWS
+++ b/NEWS
@@ -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)