On 5/27/20 9:46 AM, Jeffrey Westgate wrote:
> 
> When we try to block
> [email protected],   -- 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 <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]/
    https://mail.python.org/archives/list/[email protected]/

Reply via email to