Hi All
I have found that FuzzyOcr is not being run properly.
On a message that has image spam (png) when I run spamassassin -t
MESSAGE.MAI it picks it up correctly and gives
pts rule name description
---- ----------------------
--------------------------------------------------
1.4 SARE_ADULT2 BODY: Contains adult material
-3.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1%
[score: 0.0000]
0.1 RDNS_DYNAMIC Delivered to trusted network by host with
dynamic-looking rDNS
0.0 DYN_RDNS_AND_INLINE_IMAGE Contains image, and was sent by dynamic
rDNS
12 FUZZY_OCR BODY:
when I run it as postfix (user that runs spamassassin)
sudo -u postfix spamassassin -p
/etc/MailScanner/spam.assassin.prefs.conf -t < MESSAGE.MAI
pts rule name description
---- ----------------------
--------------------------------------------------
1.4 SARE_ADULT2 BODY: Contains adult material
-3.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1%
[score: 0.0000]
0.1 RDNS_DYNAMIC Delivered to trusted network by host with
dynamic-looking rDNS
0.0 DYN_RDNS_AND_INLINE_IMAGE Contains image, and was sent by dynamic
rDNS
So all the same apart from FuzzyOCR
The Fuzzy log for when it ran as postfix is at:
http://www.pastebin.ca/1420926
I am unsure now how to find out why it is behaving this way.
Thanks
Kate