From 4fe3dcd8a64ce0d2d55b88066460a3f4381e1286 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 18 Nov 2013 20:52:17 -0800 Subject: - Handling of posts gated from usenet to a list via the Mail <-> News gateway is changed. Formerly, no list membership, moderation or *_these_nonmembers checks were done. Now, if the sender of the usenet post is a moderated member or a nonmember matching a *_these_nonmembers filter, those checks will be done and actions applied. Nonmember posts from senders not matching a *_these_nonmembers filter are still accepted as before. (LP: #1252575) --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2b23931a..af4ff973 100755 --- a/NEWS +++ b/NEWS @@ -9,6 +9,14 @@ Here is a history of user visible changes to Mailman. New Features + - Handling of posts gated from usenet to a list via the Mail <-> News + gateway is changed. Formerly, no list membership, moderation or + *_these_nonmembers checks were done. Now, if the sender of the usenet + post is a moderated member or a nonmember matching a *_these_nonmembers + filter, those checks will be done and actions applied. Nonmember posts + from senders not matching a *_these_nonmembers filter are still accepted + as before. (LP: #1252575) + - There is a new mm_cfg.py setting ANONYMOUS_LIST_KEEP_HEADERS. Since it is not possible to know which non-standard headers in a message might reveal sender information, we now remove all headers from incoming posts -- cgit v1.2.3 From f299ca620f3f5a8d2417f8779d3a208cdee1d3c5 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 23 Nov 2013 10:29:22 -0800 Subject: Bumped branch version to: 2.1.17 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index af4ff973..0b939972 100755 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ Copyright (C) 1998-2011 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -2.1.17 (xx-xxx-xxxx) +2.1.17 (23-Nov-2013) New Features -- cgit v1.2.3