From 82ed0668ce15834e49055b4503483c6602142e5a Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Thu, 23 Nov 2017 09:39:51 -0800 Subject: Ignore missing .db files when updating group and mode. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f16bbd1d..c8b7f347 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - When updating the group and mode of a .db file with Mailman's Postfix + integration, a missing file is ignored. (LP: #1734162) + - The DELIVERY_RETRY_WAIT setting is now effective. (LP: #1729472) 2.1.25 (26-Oct-2017) -- cgit v1.2.3 From 223590d493d2569ea18dbf0fa8b986cc63cafa30 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 9 Dec 2017 16:17:47 -0800 Subject: Show match in hold reason for header_filter_rules. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index c8b7f347..07d50655 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Messages held for header_filter_rules now show the matched regexp in + the hold reason. (LP: #1737371) + - When updating the group and mode of a .db file with Mailman's Postfix integration, a missing file is ignored. (LP: #1734162) -- cgit v1.2.3 From 4199371d91101bba2c60e78ee428d646e0b6698f Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 29 Dec 2017 12:55:00 -0800 Subject: Removed a Python 2.7 dependency from pipermail.py. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 07d50655..9faf7df7 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,10 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Mailman 2.1.22 introduced a Python 2.7 dependency that could affect + bin/arch processing a message without a valid Date: header. The + dependency has been removed. (LP: #1740543) + - Messages held for header_filter_rules now show the matched regexp in the hold reason. (LP: #1737371) -- cgit v1.2.3