
Hello Everyone, We use mailman for an internal mail server. Recently several of the mail list addresses have been getting a ton of spam. I would like to know if it is possible to include an entire domain as acceptable addresses to send to a list?
i.e. there are 10 @voyager.net users on a specific list, but many employees on the list (hundreds and it changes daily) need to be able to send to this list, but no one from outside @voyager.net needs to send to this list. Is it possible to just allow @voyager.net to send to the list?
I didn't see anything in the docs about it. Putting just "@voyager.net" didn't work, and neither did *@voyager.net.
I am using 2.0 beta 6.
Thanks,
-- Matt Holtz Systems Engineer CoreComm, formerly Voyager.net

You need to specify a regular expression, for example:
.*\@voyager\.net will do what you thought *@voyager.net would do.
This is because the . and @ have special meanings in regular expressions. Unfortunately you still need to manually reject all the non voyager addresses.
Matt Holtz wrote:
-- Téo de Hesselle Email Administrator
Information Technology Division University of Technology, Sydney

You need to specify a regular expression, for example:
.*\@voyager\.net will do what you thought *@voyager.net would do.
This is because the . and @ have special meanings in regular expressions. Unfortunately you still need to manually reject all the non voyager addresses.
Matt Holtz wrote:
-- Téo de Hesselle Email Administrator
Information Technology Division University of Technology, Sydney
participants (2)
-
Matt Holtz
-
Teo de Hesselle