Davin Flatten wrote: > Just thought this might help someone out. Thanks to M. Blapp for an > excellent SA Plugin. Optical Character Recognition (OCR) can be used > to nab those pesky spam messages that are hidden in gif,jpeg, or png > images... > > Here is what I did to get the plugin running. > (...) > # OCR - performs Optical Character Recognition on spam images > # > loadplugin ocrtext /etc/mail/spamassassin/ocrtext.pm > loadplugin Mail::SpamAssassin::Timeout
Hi First of all, thanks for the detailed instructions. I'm running SA 3.1.0 with perl 5.8.7 After following your instructions I get this error tough: [31630] warn: plugin: failed to parse plugin (from @INC): Can't locate Mail/SpamAssassin/Timeout.pm in @INC (@INC contains: lib /usr/lib/perl5/site_perl/5.8.7/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/5.8.7/i586-linux-thread-multi /usr/lib/perl5/5.8.7 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.7/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl) at (eval 48) line 1. [31630] warn: plugin: failed to create instance of plugin Mail::SpamAssassin::Timeout: Can't locate object method "new" via package "Mail::SpamAssassin::Timeout" at (eval 49) line 1. [31630] warn: plugin: eval failed: Can't locate object method "new" via package "Mail::SpamAssassin::Timeout" at /etc/mail/spamassassin/ocrtext.pm line 396. It seems the Timeout thingie doesn't exist here -- can i just leave out the line in the v310.pre or is it needed?? Thanks Matt