Steve wrote: > I keep getting emails that are sent in html and have a bmp that is about 94k > with the offending products in bmp form. Its extreemly hard to detect these > because I think its just a picture eg bmp not real words. > > When I click on the html picture and save it, the bmp size is always about > 94k. I would like to build some tests based on this. Can anyone show me how > to test for a bmp that is 94 to 95 K. I will check for some other common > things about the email to up the score but first I just want to see how to > check for size. >
I don't think there's any way to do that in SA, short of writing a plugin. There's no part of the raw message which will tell you how long a particular attachment is, so to do that you'd need some code which counts the bytes between boundaries.