On Wed, 18 Oct 2006 13:17:04 -0400, you wrote: >> I was hoping for a simple way to >> detect if the image property frames > 1 >> >> Will the updated SARE ruleset be able to do this? > >It won't need to. It just useses other flags to determine whats going on. I >went about it as the gif didn't matter. Old school style ;) > >--Chris
All GIF files contain a header with it's properties, like width, height, resolution and frame count. Image::Info has a function to retrieve these values. If I was more proficient in perl, I would write a spamassassin .pm to detect if "frame count > 1" ;) ->Russ