On 6/5/21 8:49 AM, Hoover Chan wrote:
I have a moderated Mailman mailing list that's being flooded with junk
mail. Looks like back scatter.

I'd like to find out how to block an entire domain


Use header_filter_rules. In the web admin UI Privacy options... -> Spam filters set a rule with patterns:

^From:.*[@.]example.com>?$
^Sender:.*[@.]example.com>?$
^Return-Path:.*[@.]example.com>?$

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