From f7e9e4698bdd4cee39c9eb485296cbbfa32369a9 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 1 Apr 2016 15:14:51 -0400 Subject: Allow fall backs for moderation actions. 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 --- src/mailman/docs/NEWS.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mailman/docs') diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 95e01019e..301221ce1 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -126,6 +126,10 @@ Message handling non-member posts instead of always holding them for moderator review. Given by Aurélien Bompard. (Closes #163) * Bounces can now contain rejection messages. Given by Aurélien Bompard. + * 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) REST ---- -- cgit v1.3.1