Hi all,
I've been running spamassassin 2.63 for a while with good success.
Yesterday I thought I'd try to install pyzor to beef up my spam catching.
The thing is, I'm not sure if it's being used or not. The steps I found to
install and integrate pyzor into spamassassin seemed, well, too easy.
Here's what I did:
Installed pyzor:
python setup.py build
python setup.py install
Added this to my spamassassin local.cf:
# use of Pyzor? yes=1 no=0
use_pyzor 1
# path zur Pyzor cient
pyzor_path /usr/local/bin/pyzor
# shoult Pyzor modify the mail header ?
pyzor_add_header 1
As root on my unix box I ran the spamassassin test:
spamassassin -t < spam-example.txt
and got the following scores:
pts rule name description
---- ---------------------- ---------------------------------------------
1000 GTUBE BODY: Generic Test for Unsolicited Bulk Email
-0.9 BAYES_30 BODY: Bayesian spam probability is 30 to 40%
[score: 0.3367]
3.5 PYZOR_CHECK Listed in Pyzor (http://pyzor.sf.net/)
Good to see the Pyzor check. Next, I logged into a unix shell account I
have offsite and sent the contents of spam-example.txt in an email to
myself. It was caught as spam but the scoring looked different:
pts rule name description
---- ---------------------- --------------------------------------------
1000 GTUBE BODY: Generic Test for Unsolicited Bulk Email
-1.5 BAYES_01 BODY: Bayesian spam probability is 1 to 10%
[score: 0.0855]
Note there's no Pyzor test. Since I couldn't find any real in-depth docs
on how to set up/integrate pyzor, I'm a bit stumped. Anyone have any
ideas?
Thanks,
-Gary