PDA

View Full Version : Pyzor not assigning scores


turtle777
8th July 2009, 05:11
Howdy, I'm new here, so please be patient with me. :)

I got pyzor installed with SA 3.2.5. When running a test like this

spamassassin --test-mode -D < /.spamassassin/testmail.txt

pyzor seems to work.

[328] dbg: plugin: loading Mail::SpamAssassin::Plugin::Pyzor from @INC
[328] dbg: pyzor: network tests on, attempting Pyzor

A score is assigned as well:

pts rule name description
---- ---------------------- --------------------------------------------------
...
3.7 PYZOR_CHECK Listed in Pyzor (http://pyzor.sf.net/)
...

However, any emails received don't seem to be tagged with a score by pyzor. I redirected the above email to myself, no pyzor hit either.
It only seems to work when I do the --test-mode dry run.

What am I doing wrong? :confused:

(btw, DCC and Razor2 work just fine)

TIA,
-t

falko
8th July 2009, 15:37
Any errors in your mail log?
How do you invoke SpamAssassin? With amavisd, procmail, maildrop?

turtle777
9th July 2009, 03:55
Any errors in your mail log?
How do you invoke SpamAssassin? With amavisd, procmail, maildrop?

I'm using procmail.

Unfortunately, I don't seem to have access to the log files.
I'm on a Dreamhost shared server, so (IIRC) the standard SA log would go to /var/log/mail.log, which is owned by root.
I don't even have read access.

Any way to redirect the SA log output ?

-t