Paul Wetter wrote:
> Ok, I added what you said.  I think things may be back on the up and in
> operation.  Some spam however is still not detected, which brings me to
> my next question.
> 
> I have one other question about razor checks.  They do not appear to be
> working.  If I do a manual check (with the amavis user) it logs the
> message as a spam message in the razor-agent.log file.  Yet running the
> same thing through spamassassin does not show any razor checks picking
> it up and also it does not log anything in the razor-agent.log file
> either way.
> 
> In local.cf I have the following 3 lines related to razor:
> 
> loadplugin Mail::SpamAssassin::Plugin::Razor2

DO NOT put ANY loadplugin statements in your local.cf, or any other .cf file for
that matter, unless you intentionally want to suppress any rules that go with
the plugin. loadplugin statements belong in .pre files. In this case, edit
v310.pre and uncomment the existing line for this.

This is VERY important, as .pre files get parsed before the default rules, but
.cf files are parsed after them. If the plugin is not present when the default
rules are parsed, the razor rules will be omitted.

Reply via email to