[Mailman-Users] Accept all from Domain?

Mark Sapiro mark at msapiro.net
Fri Nov 30 21:37:29 CET 2007


jproducer wrote:
>
>Is there a way to permanently accept all messages
>from a particular domain?


Put a regular expression similar to

   ^.*[.@]example\.com$

in Privacy options...->Sender filters->accept_these_nonmembers. The
above will accept mail from user at example.com, userx at mail.example.com,
etc. If you want to allow only the example.com domain and not
subdomains, use something like

   ^.*@example\.com$

-- 
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