Reorder the default posting chain. Closes !60
commite9a522a4a9266c8f044b29c2c3075bd29d90cfc5
authorBarry Warsaw <barry@python.org>
Sat, 21 Nov 2015 20:11:18 +0000 (21 15:11 -0500)
committerBarry Warsaw <barry@python.org>
Sat, 21 Nov 2015 20:11:18 +0000 (21 15:11 -0500)
tree0daab2d8dd5665d1de0642bded3c1024db6c1e5a
parent9708493d1ad982895f4250c491a04a4f575310cf
parentb5c275ba33faf1c5aa988c2a229b3643c7851a26
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)