On Fri, Jan 10, 2003 at 07:33:55PM -0500, John W. Reames wrote: > have SA do a RBL lookup using hostname ? > I'd like to utilize the postmaster.rfc-ignorant.org, > abuse.rfc-ignorant.org, and dsn.rfc-ignorant.org zones, since many > of the spam messages I get seem to have MTA's that do not implement > postmaster abuse, or even recieve functionality...
Normally, RTFM (Mail::SpamAssassin::Conf), but since I happen to have
these configured myself:
# Some new RBLs to go check
header RCVD_IN_RFCW eval:check_rbl('rfcw', 'whois.rfc-ignorant.org.')
describe RCVD_IN_RFCW Received via a relay in whois.rfc-ignorant.org
header RCVD_IN_RFCP eval:check_rbl('rfcp', 'postmaster.rfc-ignorant.org.')
describe RCVD_IN_RFCP Received via a relay in postmaster.rfc-ignorant.org
header RCVD_IN_RFCA eval:check_rbl('rfca', 'abuse.rfc-ignorant.org.')
describe RCVD_IN_RFCA Received via a relay in abuse.rfc-ignorant.org
header RCVD_IN_RFCD eval:check_rbl('rfcd', 'dsn.rfc-ignorant.org.')
describe RCVD_IN_RFCD Received via a relay in dsn.rfc-ignorant.org
score RCVD_IN_RFCW 0.5
score RCVD_IN_RFCP 2.0
score RCVD_IN_RFCA 2.0
score RCVD_IN_RFCD 2.0
--
Randomly Generated Tagline:
Bald: follicularly challenged.
msg11992/pgp00000.pgp
Description: PGP signature
