On Tue, 9 Nov 2004 11:53:13 -0800, "Greg Earle"
<[EMAIL PROTECTED]> said:
<SNIP>
> Ergo, are there 2.63-friendly .cf files out there with SURBL/SpamCopURI
> functionality in them?
Here's my surbl.cf. Edit the scores at the bottom to your taste.
# checks to do network lookups of URLs found within spam messages
# using the most excellent DNS database at surbl.org
uri SPAMCOP_URI_RBL
eval:check_spamcop_uri_rbl('multi.surbl.org','127.0.0.0+2')
describe SPAMCOP_URI_RBL URI's domain appears in spamcop database at
sc.surbl.org
tflags SPAMCOP_URI_RBL net
uri WS_URI_RBL
eval:check_spamcop_uri_rbl('multi.surbl.org','127.0.0.0+4')
describe WS_URI_RBL URI's domain appears in ws.surbl.org
tflags WS_URI_RBL net
uri PH_URI_RBL
eval:check_spamcop_uri_rbl('multi.surbl.org','127.0.0.0+8')
describe PH_URI_RBL URI's domain appears in ph.surbl.org
tflags PH_URI_RBL net
uri OB_URI_RBL
eval:check_spamcop_uri_rbl('multi.surbl.org','127.0.0.0+16')
describe OB_URI_RBL URI's domain appears in ob.surbl.org
tflags OB_URI_RBL net
uri AB_URI_RBL
eval:check_spamcop_uri_rbl('multi.surbl.org','127.0.0.0+32')
describe AB_URI_RBL URI's domain appears in ab.surbl.org
tflags AB_URI_RBL net
uri JP_URI_RBL
eval:check_spamcop_uri_rbl('multi.surbl.org','127.0.0.0+64')
describe JP_URI_RBL URI's domain appears in jp.surbl.org
tflags JP_URI_RBL net
score SPAMCOP_URI_RBL 2.4
score WS_URI_RBL 2.0
score PH_URI_RBL 2.4
score OB_URI_RBL 2.0
score AB_URI_RBL 2.4
score JP_URI_RBL 2.4
--
snowjack(a)fastmail.fm