From 7651d375b035cdfde969aaa4556b13f3caab8781 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 14 Feb 2021 19:36:36 -0800 Subject: Fix missing Subject: in some Wrap Message wrappers. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 24bd861b..d9b6da1e 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,13 @@ Copyright (C) 1998-2020 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. +2.1.35 (xx-xxx-xxxx) + + Bug Fixes and other patches + + - Fixed an issue where sometimes the wrapper message for DMARC mitigation + Wrap Message has no Subject:. (LP: #1915655) + 2.1.34 (26-Jun-2020) i18n -- cgit v1.2.3 From d2ca3472e083e435e812cbc3247cccf372cba906 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 5 Mar 2021 18:24:12 -0800 Subject: Thghten conditions for scrubbing text/plain. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d9b6da1e..7fb1f609 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ Here is a history of user visible changes to Mailman. - Fixed an issue where sometimes the wrapper message for DMARC mitigation Wrap Message has no Subject:. (LP: #1915655) + - Plain text message bodies with Content-Disposition: and no declared + charset are no longer scrubbed. (LP: #1917968) + 2.1.34 (26-Jun-2020) i18n -- cgit v1.2.3 From e1f509efe72b433fdedea7ef24526b09934768d2 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 30 Mar 2021 12:32:42 -0700 Subject: Decode message bodies for replies in CommandRunner. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7fb1f609..e944a11d 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,10 @@ Here is a history of user visible changes to Mailman. - Plain text message bodies with Content-Disposition: and no declared charset are no longer scrubbed. (LP: #1917968) + - CommandRunner now recodes message bodies in the charset of the user's + or list's language to avoid a possible UnicodeError when including the + message body in the reply. (LP: #1921682) + 2.1.34 (26-Jun-2020) i18n -- cgit v1.2.3 From 5a9f8b6ae30f93bdff8f7a198f59d9ef74165faa Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 7 Apr 2021 21:34:54 -0700 Subject: Translate 'disabled' when used. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e944a11d..a1cf751f 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,9 @@ Here is a history of user visible changes to Mailman. or list's language to avoid a possible UnicodeError when including the message body in the reply. (LP: #1921682) + - Delivery disabled by bounce notices to admins now have 'disabled' + properly translated. (LP: #1922843) + 2.1.34 (26-Jun-2020) i18n -- cgit v1.2.3 From 61bc9dd01f3bafa9c5f9687b34fb20e9beace5cd Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 6 Jun 2021 10:55:49 -0700 Subject: DMARC policy ignores domains with multiple DMARC records. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a1cf751f..31c6925b 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,9 @@ Here is a history of user visible changes to Mailman. - Delivery disabled by bounce notices to admins now have 'disabled' properly translated. (LP: #1922843) + - DMARC policy discovery ignores domains with multiple DMARC records per + RFC 7849, (LP: 1931029) + 2.1.34 (26-Jun-2020) i18n -- cgit v1.2.3