
I have a mailing list set up and have used this address for a myspace page that sends to all the members in the band. The reason behind this is so everyone in the band can get notifications and whoever is available can respond. The issue is that everytime myspace sends out a message, it is a different email address. Is there a way to permanently accept all messages from a particular domain?
Or is there another reccomendation that anyone has to accomplish having one single address send to three different people at all times?
Thanks in advance.
View this message in context: http://www.nabble.com/Accept-all-from-Domain--tf4913314.html#a14065338 Sent from the Mailman - Users mailing list archive at Nabble.com.

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

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@example.com, userx@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@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
jproducer
-
Mark Sapiro