St.Einar wrote:
> Since "subscribe_policy = open" the spammer can resubscribe and then
> spam again. Can I use the "taboo_body" or "taboo_headers"? What is the
> syntax for banning spammer@scammer.net?
>
> Is it:
>
> taboo_body
> spammer@scammer.net
> END
It goes in taboo_headers:
/^from:.*spammer\@scammer\.net/i
or something. If your MTA adds Return-Path to messages delivered through
a pipe, you could also check on the envelope return address:
/^return-path: <spammer@scammer\.net>$/i
--
Ben Smithurst : ben@scientia.demon.co.uk : http://www.scientia.demon.co.uk/
PGP: 0x99392F7D - 3D 89 87 42 CE CA 93 4C 68 32 0E D5 36 05 3D 16
http://www.scientia.demon.co.uk/ben/pgp-key.html (or use keyservers)
References:
|
|