Hi,
I've got fuzzyocr 3.5.1 installed including all dependencies but it's not detecting image spam at all... before i had it installed spamassassin would score a image spam at least 2 points, now all image spam comes through with score 0.
X-Spam-Status: No, score=0 required=4.31 tests=[none]
The fuzzyocr logs show's some activity, such as;
2007-01-11 11:38:13 [13064] Starting FuzzyOcr?...
2007-01-11 11:38:13 [13064] Processing Message with ID "<KpjfunOjE00080aa0@winex1.imec.be>" (postmaster@imec.be -> ajrboi@receivingmaildomain.com)
2007-01-11 11:38:13 [13064] fname: "unevenly.gif" => "unevenly.gif"
2007-01-11 11:38:13 [13064] GIF: [286x280] unevenly.gif (15476)
and
2007-01-11 11:38:13 [12954] Starting FuzzyOcr?...
2007-01-11 11:38:13 [12954] Processing Message with ID "<1F24D6BC.6A36EBCD@wt.net>" ("Alice Rogers" <william@wt.net> -> "Angela" <lizg@receivingdomain.com>)
2007-01-11 11:38:13 [12954] Skipping OCR, no image files found...
2007-01-11 11:38:13 [12954] Processed in 0.000810 sec.
My config file looks like this;
body FUZZY_OCR eval:fuzzyocr_check()
body FUZZY_OCR_WRONG_CTYPE eval:dummy_check()
body FUZZY_OCR_CORRUPT_IMG eval:dummy_check()
body FUZZY_OCR_WRONG_EXTENSION eval:dummy_check()
body FUZZY_OCR_KNOWN_HASH eval:dummy_check()
describe FUZZY_OCR Mail contains an image with common spam text inside
describe FUZZY_OCR_WRONG_CTYPE Mail contains an image with wrong content-type set
describe FUZZY_OCR_WRONG_EXTENSION Mail contains an image with wrong file extension
describe FUZZY_OCR_CORRUPT_IMG Mail contains a corrupted image
describe FUZZY_OCR_KNOWN_HASH Mail contains an image with known hash
priority FUZZY_OCR 900
focr_verbose 3
focr_logfile /var/log/fuzzyOcr.log
focr_global_wordlist /etc/mail/spamassassin/FuzzyOcr.words
focr_no_homedirs 1
focr_bin_helper pnmnorm, pnminvert, pamthreshold, ppmtopgm, pamtopnm
focr_bin_helper tesseract
focr_base_score 2
focr_autodisable_score 8
focr_enable_image_hashing 2
focr_db_hash /etc/mail/spamassassin/FuzzyOcr.db
focr_db_safe /etc/mail/spamassassin/FuzzyOcr.safe.db
focr_db_max_days 15
focr_end_config
Any ideas as what I am doing wrong? Many thanks!