summaryrefslogtreecommitdiff
path: root/src/mailman/rules/docs/moderation.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename metadata key for clarityBarry Warsaw2017-08-041-9/+9
|
* Allow fall backs for moderation actions.Barry Warsaw2016-04-011-15/+26
| | | | | | | | | The `moderation_action` for members and nonmember can now be ``None`` which signals falling back to the appropriate list default action, e.g. `default_member_action` and `default_nonmember_action`. Given by Aurélien Bompard. Closes #189
* Members and nonmembers moderation action fallbackAurélien Bompard2016-03-311-8/+9
| | | | | | | | Members and nonmember's moderation action should be None by default, and in that case the moderation rule should fallback to the mailing list's default action. Fixes: #189
* Implement reasons for why a message is being held for moderator approval.Barry Warsaw2015-05-111-6/+9
| | | | | | | Given by Aurélien Bompard, tweaked by Barry Warsaw. Remove the inaccurate confirmation url and admindb urls from the substitution dictionaries for postauth.txt and posthold.txt, and the templates.
* Extended test helper subscribe() which takes an optional email address andBarry Warsaw2015-03-261-0/+7
| | | | returns the newly created member.
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-4/+4
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-1/+1
|
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-0/+164