From 38575a69e772c1f35089b780c8317d9e8c4adf5f Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 16 Nov 2016 15:27:10 -0800 Subject: Enhanced the fix for race conditions in MailList().Load(). --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5ea05a7d..4946ae24 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,8 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - 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) -- cgit v1.2.3 From 6e90f0855eea0c2f23deefbf9f478de478619933 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 23 Nov 2016 13:27:00 -0800 Subject: Fixed UnicodeError in sending digests following changing list's preferred_language. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4946ae24..0dfc6630 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - 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 -- cgit v1.2.3 From 564f98f744356c544c386878a0a231393beb5229 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 24 Nov 2016 08:24:14 -0800 Subject: Properly RFC 2047 encode the display name in DMARC munged From:. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0dfc6630..70a054eb 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - 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) -- cgit v1.2.3 From 62c260510d4918841d320d1dfc760238e87b8af6 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 29 Nov 2016 15:40:04 -0800 Subject: Removed CleanseDKIM from OWNER_PIPELINE because of DMARC issues on anonymous lists. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 70a054eb..2e89898e 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,10 @@ 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) -- cgit v1.2.3