On Nov 9, 2004, at 8:39 AM, Matt Kettler wrote:
Yes, SURBL IS included by default with 3.0. The "copy a file" bit has
only to do with the SURBL implementation for 2.6x (Mail::SpamCopURI).
3.0 comes with it, installed by default, enabled by default.
However, if you don't have Net::DNS, SURBL, nor any other RBL, will
run.
Also, spamassassin -D --lint does not enumerate each and every RBL
queried. So your lack of response in grep is not evidence of anything.
try this to see that the rules are installed by default:
grep -i surbl /usr/share/spamassassin/*.cf
Let me revise my earlier question:
I've got Mail::SpamAssassin::SpamCopURI installed on 2.63 now.
But, since 2.63 didn't come with 3.01's rules like 25_uribl.cf,
there's nothing in my 2.63 setup to utilize SpamCopURI, as far
as I can tell.
I first thought I'd just copy the relevant (new) rules from my 3.01
installation to my 2.63 machine, but then I noticed that
25_uribl.cf says
----------------------------------------------------------------------
# Requires the Mail::SpamAssassin::Plugin::URIDNSBL plugin be loaded.
# Note that this plugin defines a new config setting, 'uridnsbl',
# which lists the zones to look up in advance. The rules will
# not hit unless each rule has a corresponding 'uridnsbl' line.
ifplugin Mail::SpamAssassin::Plugin::URIDNSBL
----------------------------------------------------------------------
This won't work under 2.63, right? There's no "ifplugin" stuff
in 2.63, is there? I haven't been following the list religiously
but I thought the plug-in stuff was a SpamAssassin 3-ism ...
Ergo, are there 2.63-friendly .cf files out there with SURBL/SpamCopURI
functionality in them?
Thanks,
- Greg