Re: Way To Block A Specific Word From Image

2019-12-09 Thread Brent Clark
Spin up a vagrant instance and test. I recommend using the scan size to 1024. For I found anything less was getting missed. # Increase scanning size of FuzzyOCR to 1024 sed -i 's/#focr_max_height 800/focr_max_height 1024/' /etc/spamassassin/FuzzyOcr.cf sed -i 's/#focr_max_width 800/focr_max

Re: Way To Block A Specific Word From Image

2019-12-09 Thread Matus UHLAR - fantomas
On 09.12.19 15:56, KADAM, SIDDHESH wrote: Is there any possibilities of blocking a specific word from an image using SpamAssassin ? I think FuzzyOCR plugin can do something similar - OCR scan the image and blacklist on words. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.s

Way To Block A Specific Word From Image

2019-12-09 Thread KADAM, SIDDHESH
Hi Folks, Is there any possibilities of blocking a specific word from an image using SpamAssassin ? Regards, Siddhesh