[SURBL-Discuss] Using Mulitple zones
Jeff Chan
jeffc at surbl.org
Wed Apr 21 14:45:09 CEST 2004
On Wednesday, April 21, 2004, 1:13:14 PM, Doc Schneider wrote:
> How is the best way to use all the surbl.org zone with SA?
> uri SPAMCOP_URI_RBL
> eval:check_spamcop_uri_rbl('sc.surbl.org','127.0.0.2')
> describe SPAMCOP_URI_RBL URI's domain appears in spamcop database
> at sc.surbl.org
> tflags SPAMCOP_URI_RBL net
> score SPAMCOP_URI_RBL 3.0
> uri SPAMCOP_URI_RBL
> eval:check_spamcop_uri_rbl('be.surbl.org','127.0.0.2')
> describe SPAMCOP_URI_RBL URI's domain appears in spamcop database
> at be.surbl.org
> tflags SPAMCOP_URI_RBL net
> score SPAMCOP_URI_RBL 3.0
> uri SPAMCOP_URI_RBL
> eval:check_spamcop_uri_rbl('ws.surbl.org','127.0.0.2')
> describe SPAMCOP_URI_RBL URI's domain appears in spamcop database
> at ws.surbl.org
> tflags SPAMCOP_URI_RBL net
> score SPAMCOP_URI_RBL 3.0
> Or do I need to change something? I just have it now doing the sc zones,
> but would like to have it parse through them all.
You'd want to change rule name and description for each one:
uri SPAMCOP_URI_RBL eval:check_spamcop_uri_rbl('sc.surbl.org','127.0.0.2')
describe SPAMCOP_URI_RBL URI's domain appears in spamcop database at sc.surbl.org
tflags SPAMCOP_URI_RBL net
score SPAMCOP_URI_RBL 3.0
uri BE_URI_RBL eval:check_spamcop_uri_rbl('be.surbl.org','127.0.0.2')
describe BE_URI_RBL URI's domain appears in BigEvil
tflags BE_URI_RBL net
score BE_URI_RBL 3.0
uri WS_URI_RBL eval:check_spamcop_uri_rbl('ws.surbl.org','127.0.0.2')
describe WS_URI_RBL URI's domain appears in sa-blacklist
tflags WS_URI_RBL net
score WS_URI_RBL 3.0
Which led me to just fix our web site similarly for the
description on ws. ;-) Have not added "be" there yet.
Jeff C.
More information about the Discuss
mailing list