FuzzyOCR (http://wiki.apache.org/spamassassin/FuzzyOcrPlugin) will do
what you want.

There's a small error in 2.3b's FuzzyOCR.pm which means it doesn't
recognize jpeg images.  To fix that, change 

  elsif ( substr($picture_data,0,5) eq "\x89\x50\x4e\x47" ) {

to read

  elsif ( substr($picture_data,0,4) eq "\x89\x50\x4e\x47" ) {

(search for 0,5 in your text editor)

Cheers,

Phil

-----Original Message-----
From: Plenz [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 26, 2006 6:53 AM
To: users@spamassassin.apache.org
Subject: Re: Animated images in mails


Today I got animated spam. The first frame only with dots an lines, the
second frame with spam text, the third frame again with dots and lines.
The
duration of the text frame is very long, the others are very short. 

Is there a command line utility which can extract animated GIFs?
-- 
View this message in context:
http://www.nabble.com/Broken-images-in-mails-tf2071676.html#a5995071
Sent from the SpamAssassin - Users forum at Nabble.com.

Reply via email to