From f40c586ab27bf0a1fb7d720b150310f26b0c5e5e Mon Sep 17 00:00:00 2001 From: Mark Sapiro <mark@msapiro.net> Date: Fri, 8 Nov 2019 13:04:52 -0800 Subject: Implement new drop_cc switch. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 01f8a34a..bdb7fd7e 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,10 @@ Here is a history of user visible changes to Mailman. now has a feature to sync the list's membership with a list of email addresses as with the bin/sync_members command. + - There is a new drop_cc list attribute set from DEFAULT_DROP_CC. This + controls the dropping of addresses from the Cc: header in delivered + messages by the duplicate avoidance process. (LP: #1845751) + i18n - The Japanese translation has been updated by Yasuhito FUTATSUKI. -- cgit v1.2.3 From 74f050981cd4dca57451ea74a1ec4a8b3dba153f Mon Sep 17 00:00:00 2001 From: Mark Sapiro <mark@msapiro.net> Date: Fri, 8 Nov 2019 13:51:55 -0800 Subject: Fix possible UnicodeDecodeError in sending subscription confirmation. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index bdb7fd7e..5da676cb 100644 --- a/NEWS +++ b/NEWS @@ -74,6 +74,9 @@ Here is a history of user visible changes to Mailman. - The paths.py module now extends sys.path with the result of site.getsitepackages() if available. (LP: #1838866) + - A bug causing a UnicodeDecodeError in preparing to send the confirmation + request message to a new subscriber has been fixed. (LP: #1851442) + 2.1.29 (24-Jul-2018) Bug Fixes -- cgit v1.2.3