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_width 1024/' 
/etc/spamassassin/FuzzyOcr.cf


I would like to add, I don't use FuzzyOCR in production.
In my teams testing, we found the signatures of Sanesecurity (along with 
KAM) were sufficient enough.


If I can ask. Can you share your feedback / experience with the 
community, in the spam you analyzing?


HTH
Brent

On 2019/12/09 12:30, Matus UHLAR - fantomas wrote:

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.



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.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
You have the right to remain silent. Anything you say will be misquoted,
then used against you.


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