----- Original Message -----
From: "Sahil Tandon" <sahil(a)hamla.org>
> > The first two are typically very heavy hitters for me, so to see no hits
> > since the upgrade is strange. Is anyone else that has upgrade to SA
3.0.1
> > seeing the same results?
>
> Make sure the plugin is loaded in init.pre. Also, try sending a test
> message (see the SURBL web site or this list's recent archives for
> details) while running SA in debug mode to confirm whether the checks
> are really being skipped.
All SA defined URIBL tests are working fine, it just the ones that I have
defined personally in a uribl.cf file in /etc/mail/spamassassin that are not
working. These all worked fine with all of the SA 3.0.0 release candidates
and with the 3.0.0 release, however, they are not working now since the
upgrade to SA 3.0.1.
BTW, in my /etc/mail/spamassassin/init.pre:
# URIDNSBL - look up URLs found in the message against several DNS
# blocklists.
#
loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
I even tried renaming my file to urisbl.bak and adding them directly to the
SA 25_uribl.cf file, and they still do not work. Very strange...
Bill