[Mailman-Users] white listing

Mark Sapiro mark at msapiro.net
Thu Feb 21 16:44:53 CET 2013


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 <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list