http://bugzilla.spamassassin.org/show_bug.cgi?id=3146
------- Additional Comments From [EMAIL PROTECTED] 2004-03-08 22:07 -------
Added to SVN for testing.
Here are the rule definitions I used. These should work for 2.63 as well.
The first prerequisite rule has no score, the three sub-rules will get
scores later from the score optimizer.
# IADB
header __RCVD_IN_IADB eval:check_rbl('iadb', 'iadb.isipp.com.')
tflags __RCVD_IN_IADB net nice
header RCVD_IN_IADB_LISTED eval:check_rbl_sub('iadb', '127.0.0.1')
describe RCVD_IN_IADB_LISTED Sender is in ISIPP IADB of trusted senders
tflags RCVD_IN_IADB_LISTED net nice
header RCVD_IN_IADB_VOUCHED eval:check_rbl_sub('iadb', '127.0.0.2')
describe RCVD_IN_IADB_VOUCHED Sender is a vouched sender in IADB
tflags RCVD_IN_IADB_VOUCHED net nice
header RCVD_IN_IADB_SPF eval:check_rbl_sub('iadb', '127.0.0.3')
describe RCVD_IN_IADB_SPF Sender is in IADB as a publisher of SPF records
tflags RCVD_IN_IADB_SPF net nice
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.