summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2015-11-21 15:11:18 -0500
committerBarry Warsaw2015-11-21 15:11:18 -0500
commite9a522a4a9266c8f044b29c2c3075bd29d90cfc5 (patch)
tree0daab2d8dd5665d1de0642bded3c1024db6c1e5a /src/mailman/docs
parent9708493d1ad982895f4250c491a04a4f575310cf (diff)
parentb5c275ba33faf1c5aa988c2a229b3643c7851a26 (diff)
downloadmailman-e9a522a4a9266c8f044b29c2c3075bd29d90cfc5.tar.gz
mailman-e9a522a4a9266c8f044b29c2c3075bd29d90cfc5.tar.zst
mailman-e9a522a4a9266c8f044b29c2c3075bd29d90cfc5.zip
Reorder the default posting chain. Closes !60
The default posting chain has been modified so that the header-match chain and nonmember-moderation rule are processed before "hold" rules are processed. This allows for better anti-spam defenses and rejecting non-member posts instead of always holding them for moderator review. Given by Aurélien Bompard. (Closes #163)
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 729f1e1f9..8d8d793b8 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -77,6 +77,11 @@ Message handling
use a placeholder of the format `$<archiver-name>_url` to insert the
permalink to the message in the named archiver, for any archiver enabled
for the mailing list. Given by Abhilash Raj.
+ * The default posting chain has been modified so that the header-match chain
+ and nonmember-moderation rule are processed before "hold" rules are
+ processed. This allows for better anti-spam defenses and rejecting
+ non-member posts instead of always holding them for moderator review.
+ Given by Aurélien Bompard. (Closes #163)
REST
----