----- Original Message ----- 
From: "Loren Wilton" <[EMAIL PROTECTED]>

> > > Can this be written in some way to do like   "if not(us) score it
> > > 2.000    ???
> 
> Use a meta.
> 
> > header __RCVD_IN_NERDS_US    eval:check_rbl_sub('nerds', '127.0.3.72')
> > tflags __RCVD_IN_NERDS_US    net
> 
> meta RCVD_FROM_OUTSIDE    !__RCVD_IN_NERDS_US
> score RCVD_FROM_OUTSIDE    2
> describe RCVD_FROM_OUTSIDE    Received from  outside the US

In order for this to work, at a minimum you will also need this entry:

header __RCVD_IN_NERDS    eval:check_rbl('nerds', 'zz.countries.nerd.dk.')

Otherwise SA will not know where to send the query (zz.countries.nerd.dk).

Bill

Reply via email to