On 5/27/20 9:46 AM, Jeffrey Westgate wrote:
> 
> When we try to block
> guido.sardu...@spammer.phisher.it,   -- while we'd like to block all of .it,  
> what we find is we can either do the individual address, or the entire 
> spammer.phisher.it domain.
> What's the magic combination?


To block anything from the .it tld in discard_these_nonmembers, use the
regexp

^.*\.it$

You might also consider setting generic_nonmember_action to discard and
putting things like

^.*\.com$
^.*\.edu$
^.*\.us$

etc. in hold_these_nonmembers for those TLDs you want to hold rather
than discard.

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