At 09:33 AM 7/15/2005, Dr Robert Young wrote:
Is there a good way to handle spam where the bulk of the "ad" is a image
file (jpg, gif, etc) that is attached to the email so that it "displays"
when the user opens the email?
See my reply under:
"Re: Tag all emails with gif, jpg, tif, or tiff?"
You could combine that with a rule that looks for an extremely short body
text..
body __L_BODY_100 .{100}
body IMAGE_SHORT_BODY !__L_BODY_100 && L_EMBEDDED_GFX
That might score do.. Maybe..
Otherwise razor/dcc are good options..