----- Original Message ----- From: "Rodney Richison" <[EMAIL PROTECTED]>
> >Indeed! Better to look at something like http://countries.nerd.dk/more.html > >for adding weight based on message source country. Here is a sample of how > >ito implement these in SA as RBL tests: > > > THAT'S what were talking about!! > > Can this be written in some way to do like "if not(us) score it > 2.000 ??? I supposed you could do something like: header __RCVD_IN_NERDS eval:check_rbl('nerds', 'zz.countries.nerd.dk.') describe __RCVD_IN_NERDS Rule to match every country tflags __RCVD_IN_NERDS net score RCVD_IN_NERDS_US 2.0 header RCVD_IN_NERDS_US eval:check_rbl_sub('nerds', '127.0.3.72) describe RCVD_IN_NERDS_US Rule to deduct weight for US sourced messages tflags RCVD_IN_NERDS_US net nice score RCVD_IN_NERDS_US -2.0 The first entry will tag everything with 2 points, the second entry will deduct 2 points for anything matching the US address space. Bill