I couldn't find these previously so I ended up making my own. They appear
to work okay but I have not heavily tested them (and the scores are a
little arbitary). FYI the different 127.1.x.x values RBL+ uses correspond to:

127.1.0.1               RBL
127.1.0.2               DUL
127.1.0.3               RBL and DUL
127.1.0.4               RSS
127.1.0.5               RBL and RSS
127.1.0.6               RSS and DUL
127.1.0.7               RBL and DUL and RSS.

The descriptions could probably do with some work if people want to
actually display them to the end user.


header RCVD_IN_RBL_PLUS         eval:check_rbl('rblplus', 'rbl-plus.mail-abuse.org.')
describe RCVD_IN_RB_RBL_PLUS    Received via RBLed relay, see 
http://www.mail-abuse.org/rbl/

header X_RBL            eval:check_rbl_results_for('rblplus', '127.0.0.1')
describe X_RBL          Received via RBLed relay, see http://www.mail-abuse.org/rbl/

header X_DUL            eval:check_rbl_results_for('rblplus', '127.0.0.2')
describe X_DUL          Received via RBLed relay, see http://www.mail-abuse.org/rbl/

header X_RBL_DUL        eval:check_rbl_results_for('rblplus', '127.0.0.3')
describe X_RBL_DUL      Received via RBLed relay, see http://www.mail-abuse.org/rbl/

header X_RSS            eval:check_rbl_results_for('rblplus', '127.0.0.4')
describe X_RSS          Received via RBLed relay, see http://www.mail-abuse.org/rbl/

header X_RBL_RSS        eval:check_rbl_results_for('rblplus', '127.0.0.5')
describe X_RBL_RSS      Received via RBLed relay, see http://www.mail-abuse.org/rbl/

header X_RSS_DUL        eval:check_rbl_results_for('rblplus', '127.0.0.6')
describe X_RSS_DUL      Received via RBLed relay, see http://www.mail-abuse.org/rbl/

header X_RBL_RSS_DUL    eval:check_rbl_results_for('rblplus', '127.0.0.7')
describe X_RBL_RSS_DUL  Received via RBLed relay, see http://www.mail-abuse.org/rbl/


score RCVD_IN_RBL_PLUS  0.01
score X_RBL 4
score X_DUL 0
score X_RBL_DUL 4
score X_RSS 2
score X_RBL_RSS 5
score X_RSS_DUL 2
score X_RBL_RSS_DUL 5



-- 
Simon Lyall.                |  Newsmaster  | Work: [EMAIL PROTECTED]
Senior Network/System Admin |  Postmaster  | Home: [EMAIL PROTECTED]
ihug, Auckland, NZ          | Asst Doorman | Web: http://www.darkmere.gen.nz


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to