jdow wrote:
From: "Jeff Chan" <[EMAIL PROTECTED]>

  
Here are SpamAssassin 3.0.1 and later configs for using these two lists:

urirhsbl  URIBL_SC2_SURBL  sc2.surbl.org.
body      URIBL_SC2_SURBL  eval:check_uridnsbl('URIBL_SC2_SURBL')
describe  URIBL_SC2_SURBL  Has URI in SC2 at
    
http://www.surbl.org/lists.html
  
tflags    URIBL_SC2_SURBL  net

score     URIBL_SC2_SURBL  3.0

urirhsbl  URIBL_XS_SURBL   xs.surbl.org.
body      URIBL_XS_SURBL   eval:check_uridnsbl('URIBL_XS_SURBL')
describe  URIBL_XS_SURBL   Has URI in XS - Testing
tflags    URIBL_XS_SURBL   net

score     URIBL_XS_SURBL   2.0
    

config: SpamAssassin failed to parse line, skipping: urirhsbl
URIBL_SC2_SURBL  sc2.surbl.org.
config: SpamAssassin failed to parse line, skipping: urirhsbl
URIBL_XS_SURBL   xs.surbl.org.

Debug on:
debug: plugin: registered
Mail::SpamAssassin::Plugin::Hashcash=HASH(0xa4b3a18)
debug: plugin: loading Mail::SpamAssassin::Plugin::SPF from @INC
debug: plugin: registered Mail::SpamAssassin::Plugin::SPF=HASH(0xa4b50ec)
debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0xa4c8efc)
implements 'parse_config'
debug: plugin: Mail::SpamAssassin::Plugin::Hashcash=HASH(0xa4b3a18)
implements 'parse_config'
config: SpamAssassin failed to parse line, skipping: urirhsbl
URIBL_SC2_SURBL  sc2.surbl.org.
config: SpamAssassin failed to parse line, skipping: urirhsbl
URIBL_XS_SURBL   xs.surbl.org.


Er - oops. 3.04
{^_^}


  
this is what it took to make it work for me

urirhssub URIBL_SC2_SURBL  sc2.surbl.org.   A    127.0.0.2
body      URIBL_SC2_SURBL  eval:check_uridnsbl('URIBL_SC2_SURBL')
describe  URIBL_SC2_SURBL  Has URI in SC2 at http://www.surbl.org/lists.html
tflags    URIBL_SC2_SURBL  net
score     URIBL_SC2_SURBL  3.0

urirhssub URIBL_XS_SURBL   xs.surbl.org.    A    127.0.0.2
body      URIBL_XS_SURBL   eval:check_uridnsbl('URIBL_XS_SURBL')
describe  URIBL_XS_SURBL   Has URI in XS - Testing
tflags    URIBL_XS_SURBL   net
score     URIBL_XS_SURBL   2.0

Reply via email to