On 10/22/06, techlist06 <[EMAIL PROTECTED]> wrote:
> I am already tagging potential spam.  Is there a relatively easy way I can
> tag messages with the image spam, specifically the gif/animated gif's as
> spam?  I considered blocking them altogether, but figured that might be too
> drastic.  I'd like to at least see what gets hit first.  I'm running
> amavisd-new 2.3.3 and SA 3.10.

I use SARE_GIF_ATTACH from http://www.rulesemporium.com/ together with
HTML_30_40 and a self-made plugin that checks (couldn't find a regexp
that would do it) whether plaintext is mime-attached:

meta     UNI_TXT_HTML_GIF (MIME_PLAINTEXT && HTML_30_40 &&  SARE_GIF_ATTACH)
describe UNI_TXT_HTML_GIF Nonsense plaintext + html + image with spamtext
score 3

What I need to improve this is checking for whether the language of
the plaintext is English. If it is, that's reason to score up (+5), if
it isn't, that's reason to score way down (-5). However, the SA-people
don't seem to want to allow scoring per language in meta-rules (at
least if what happened at #spamassassin when I mentioned the idea is
representative).

This is for one link in a relay-chain so I can't ban gifs altogether
although that's a great idea for smaller/direct-on-server systems.


HM.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to