On 5/5/21 3:16 PM, Thomas Gramstad wrote:
> 
> List of non-member addresses whose postings should be
> automatically accepted.
> 
> If I put this regex there: ^\S+@\S+$ would that accomplish what I
> want -- letting everything through, only checking that the sender
> address exists? (Even that check could be done elsewhere though.)


That's one way to do it, although that regexp will pass things that
aren't syntactically valid email addresses.

Another is a bit further down that page, just set
generic_nonmember_action to Accept.

-- 
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
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to