On Sat, Apr 29, 2006 at 10:39:48AM -0400, Theo Van Dinter wrote: > the third thing in the UPGRADE doc: > > - Due to license restrictions the DCC and Razor2 plugins are disabled > by default. [...]
OK, in my local.cf I have: loadplugin Mail::SpamAssassin::Plugin::Razor2 ifplugin Mail::SpamAssassin::Plugin::Razor2 use_razor2 1 razor_config /home/vscan/.razor/razor-agent.conf endif A test gives me: [EMAIL PROTECTED]:~> /usr/local/perl-5.8.8/bin/spamassassin -D --lint \ --config-file=/tmp/local.cf 2>&1 | grep -i razor [25516] dbg: diag: module installed: Razor2::Client::Agent, version 2.81 [25516] dbg: plugin: loading Mail::SpamAssassin::Plugin::Razor2 from @INC [25516] dbg: razor2: razor2 is available, version 2.81 [25516] dbg: plugin: registered Mail::SpamAssassin::Plugin::Razor2=HASH(0x90f8dec) [25516] dbg: plugin: loading Mail::SpamAssassin::Plugin::Razor2 from @INC [25516] dbg: razor2: razor2 is available, version 2.81 [25516] dbg: plugin: did not register Mail::SpamAssassin::Plugin::Razor2=HASH(0x8fc5f1c), already registered [EMAIL PROTECTED]:~> Beside the fact that Razor2 seems to be loaded two times: I expect to see something similar to http://wiki.apache.org/spamassassin/RazorHowToTell? If I do a razor-check manually, razor seems to work fine. Any suggestions? Thank you, Rainer