----- Original Message ----- From: "Raymond Dijkxhoorn" <[EMAIL PROTECTED]>
> > ===== > > ifplugin Mail::SpamAssassin::Plugin::URIDNSBL > > > > urirhssub URIBL_JP_SURBL multi.surbl.org. A 64 > > header URIBL_JP_SURBL eval:check_uridnsbl('URIBL_JP_SURBL') > > describe URIBL_JP_SURBL Contains a URL listed in the JP SURBL blocklist > > tflags URIBL_JP_SURBL net > > score URIBL_JP_SURBL 4.0 > > > > urirhsbl URIBL_MP block.rhs.mailpolice.com. A > > header URIBL_MP eval:check_uridnsbl('URIBL_MP') > > describe URIBL_MP Contains a URL listed in the MP SURBL blocklist > > tflags URIBL_MP net > > score URIBL_MP 2.0 > > > > urirhsbl URIBL_UC uc.sasknow.com. A > > header URIBL_UC eval:check_uridnsbl('URIBL_UC') > > describe URIBL_UC Contains a URL listed in the UC SURBL blocklist > > tflags URIBL_UC net > > score URIBL_UC 0.5 > > > > endif # Mail::SpamAssassin::Plugin::URIDNSBL > > ===== > > > > The only difference is that I have my scores included in my .cf file. > > Raymond, where do you locate your scores? > > Inside the local.cf, but ALSO do a > > ifplugin Mail::SpamAssassin::Plugin::URIDNSBL > > and > > endif # Mail::SpamAssassin::Plugin::URIDNSBL > > Around those scores, might help. I do have that. See my output above. Bill