Thank you for the information Mark.

Now, I know I shouldn't be asking but...  Is there a way to add on a
list-specific basis an entry similar to mm_cfg.py entries that I can
then use in a locally modified Handlers/Moderate.py to add an
accept_these_nonmembers type check before the membership check?

Basically, I want to add a  accept_these_special_posters config entry
(list specific so I can use mlist....).  Then modify Moderate.py to do a
matches_p(sender, mlist.accept_these_special_posters) before the if
mlist.isMember(sender): statement.

Thanks,
Chris

Mark Sapiro wrote:
> C Nulk wrote:
>   
>> Now, when o...@place.com sends a message to List F, will the message be
>> held for moderation, since o...@place.com is a member of moderated List
>> F?  Or, will the message be delivered to all of List F members because
>> o...@place.com is on List A whose members are allow to post messages via
>> accept_these_nonmembers?
>>     
>
>
> It will be held because list membership and moderation tests are done
> before any *_these_nonmembers tests.
>
>   
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to