On 2/21/2013 2:35 AM, Máire Jones wrote: > > Yes, these are two different questions. In the first I was wondering if > it is possible to allow any address from @domain post to each and every > mailman list on our mailman server. \\
Assuming you don't want to just add a regexp to accept_these_nonmembers to all lists which is easy to do, at least for existing lists, with the script at <http://www.msapiro.net/scripts/non_members>, you would need to do this with a custom handler which would set approved=True in the message's metadata if the sender was from the white listed domain. The problem with this approach is that the custom handler would have to be in the pipeline prior to Moderate to avoid list membership tests, and this would also then bypass all the miscellaneous holds such as too many recipients, implicit destination, too big, administrivia, etc. See the FAQ at <http://wiki.list.org/x/l4A9> for info on custom handlers. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org