Alternatives to fuzzyOCR

2010-06-23 Thread Sharma, Ashish
Hi,

I have SpamAssassin 3.3.1 installed.

I want to have some OCR module deployed on this one, since FuzzyOcr(3.6.0) is 
still not available for this version of Spamassassin(3.3.1), is there any other 
alternative (free or paid) that I can use?

Thanks
Ashish Sharma


Re: TMPDIR as a tmpfs

2010-06-23 Thread RW
On Tue, 22 Jun 2010 19:47:00 -0700
Gary Smith  wrote:

> > I had a very dramatic performance improvement by switching bayes and
> > awl
> > databases to MySQL instead of the default BerkeleyDB.  It costs more
> > RAM, CPU, and disk space, but scan times reduced dramatically.  I'm
> > certain we were I/O bound before this change because we had plenty
> > of RAM and CPU available.
> > 
> 
> I agree to the bayes DB being MySQL.  When we switched to that years
> ago it was night and day. 

 

It'd be interesting to see the effect of bayes_learn_to_journal on gdb.
No-one ever mentions trying it, but it might be faster than MySQL.

AFAIK there's no equivalent for AWL, so that would have to be
turned-off to see the benefit.