From 73fd31d3a6a9083bc7a3e782575ef581a0596af6 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Wed, 24 May 2017 16:04:00 -0700 Subject: Changed member_verbosity_threshold from a >= test to a strictly > test. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 9c38b72e..7314432b 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,10 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Changed member_verbosity_threshold from a >= test to a strictly > test + to avoid the issue of moderating every post when the threshold = 1. + (LP: #1693366) + - Subject prefixing has been improved to always have a space between the prefix and the subject even with non-ascii in the prefix. This will sometimes result in two spaces when the prefix is non-ascii but -- cgit v1.2.3 From f0950842497d8c8de6422f8fa94b2df398e9932a Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 30 May 2017 13:41:30 -0700 Subject: Display only the list-owner address in the 'list run by' footer. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7314432b..ed14ae8b 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - The 'list run by' addresses in web page footers are now just the + list-owner address. (LP: #1694384) + - Changed member_verbosity_threshold from a >= test to a strictly > test to avoid the issue of moderating every post when the threshold = 1. (LP: #1693366) -- cgit v1.2.3 From 8638f2ca443344a5971ff7c415707384e6ebae13 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 30 May 2017 15:06:15 -0700 Subject: Added list-owner@virtual.domain addresses to virtual-mailman. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ed14ae8b..b6c84275 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - The list-owner@virtual.domain addresses are now added to virtual-mailman + as they are exposed in 'list created' emails. (LP: 1694384) + - The 'list run by' addresses in web page footers are now just the list-owner address. (LP: #1694384) -- cgit v1.2.3