That depends on the environment in which you're running. We Use MailScanner which has concepts of "low-" and "high-" scoring spam. I set focr_autodisable_score to just above my "high spam score" score.
If it's already scored high enough for it to not reach the user's mailbox, there's no need for FuzzyOcr to do anything. Cheers, Phil -- Phil Randal Network Engineer Herefordshire Council Hereford, UK > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of snowcrash+spamassassin > Sent: 13 November 2006 16:47 > To: Randal, Phil > Cc: users@spamassassin.apache.org > Subject: Re: do imageinfo and fuzzyocr plugins' results overlap? > > > I use both here. > > > > In FuzzyOcr.cf, set focr_autodisable_score to the threshold > you require. > > > > That way it only scans images if the SA score so far is under the > > specified threshold. > > > > It's a lot "cheaper" to bump up the score using ImageInfo > than to do a > > couple of OCR scans. > > ok, that does make sense, thanks. i've also just recognized the > 'priority' setting in FuzzyOcr that allows me to ensure that other > plugins 'run' before it. > > just curious -- what do you typically set that threshhold at? assuming > a 'standard' is_spam thresshold of, say, 5.0. >