One of my customer's commented "I received a spam picture email this morning containing a picture of a naked woman, surely these should not be able to get through?"
Is there any way to block such images?
email containing lewd graphics
Re: email containing lewd graphics
I don't think yo ucna fitler for nude pics but what about the total SPAM score of that email?
Re: email containing lewd graphics
Spam score was fine. The only way I can see to do it is:
# Do you want to convert all HTML messages into plain text?
# This is very useful for users who are children or are easily offended
# by nasty things like pornographic spam.
# This can also be the filename of a ruleset, so you can switch this
# feature on and off for particular users or domains.
Convert HTML To Text = yes
But setting this to yes will force all into plain text, i.e. no hyperlinks etc.
# Do you want to convert all HTML messages into plain text?
# This is very useful for users who are children or are easily offended
# by nasty things like pornographic spam.
# This can also be the filename of a ruleset, so you can switch this
# feature on and off for particular users or domains.
Convert HTML To Text = yes
But setting this to yes will force all into plain text, i.e. no hyperlinks etc.
Re: email containing lewd graphics
You could remove all image tags instead, rather than converting whole emails to text only.
Alternatively look into the BayesOCR plugin, maybe you can adapt it to block all images?
Alternatively look into the BayesOCR plugin, maybe you can adapt it to block all images?