Peter Pluta wrote:
I'm running FreeBSD 6.1 with Postfix + Amavisd-new + Spamassassin (razor,
pyazor) + Clamav. I'm getting some nasty spams, as in 20-30 per day. My
email is relatively new, i'm trying to figure out if razor and pyzor are
working.
I noticed this in my spamassassin -D output:
[81423] dbg: plugin: loading Mail::SpamAssassin::Plugin::Pyzor from @INC
[81423] dbg: pyzor: local tests only, disabling Pyzor
[81423] dbg: plugin: loading Mail::SpamAssassin::Plugin::Razor2 from @INC
[81423] dbg: razor2: local tests only, skipping Razor
Is that a problem?
Here is my local.cf file in /usr/local/etc/mail/spamassassin/
skip_rbl_checks 0
razor_config /var/amavis/.razor/razor-agent.conf
pyzor_options --homedir /var/amavis/.pyzor
Any feedback would be greatly appreicated!
Hi
make sure you have set
$sa_local_tests_only = 0;
in amavisd.conf
all the best
Vahur