Leslie Herps wrote: > >One minor thing. >This config: > ># Set misc settings >require_explicit_destination = 0 >default_member_moderation = 1 >member_moderation_action = 1 >member_moderation_notice = 'Sorry, subscribers cannot post to this list.' >generic_nonmember_action = 1 > >Should make it so that mod approval for posts is required, for both member >and non member posts... > >NON member posts works. It requires mod approval. >MEMBER posts just get rejected.
That's because the correspondence between values and actions for member_moderation_action is different than that for generic_nonmember_action. member_moderation_action has no 'accept' action because it doesn't make sense. Therefore, the values for member_moderation_action are 0==Hold, 1==Reject and 2==Discard. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
