diff options
author | Mark Sapiro <mark@msapiro.net> | 2013-11-18 20:52:17 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2013-11-18 20:52:17 -0800 |
commit | 4fe3dcd8a64ce0d2d55b88066460a3f4381e1286 (patch) | |
tree | 8499ad19bdba2d5720e41286875d95fbb8598a47 /NEWS | |
parent | ded18dda2b2f9ba00f8780b4eba6c398c5bff838 (diff) | |
download | mailman2-4fe3dcd8a64ce0d2d55b88066460a3f4381e1286.tar.gz mailman2-4fe3dcd8a64ce0d2d55b88066460a3f4381e1286.tar.xz mailman2-4fe3dcd8a64ce0d2d55b88066460a3f4381e1286.zip |
- 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)
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |