On 2/19/2013 5:06 AM, Máire Jones wrote:
> Is it possible to configure mailman so that any email from any address
> from site @domain will be accepted by the mailman server without
> moderation?


If this is a different question from the next question, please clarify
what you want.


> Is it possible to configure accept_non_members so that ANY address from
> @domain can be added without having to specify each address separately?


Put

^.*@domain

or, e.g.

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

to accept any address in example.com or a sub-domain thereof in
accept_these_non-members. Entries that begin with ^ are regular
expression matches as mentioned in the (Details for
accept_these_nonmembers) help.

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

Reply via email to