This is a discussion on Re: graphic spam - SpamAssassin ; >>>> Other than FuzzyOCR, is there other way to filter graphic spams? I had >>>> ImageInfo but seem like it is not working. >>> PS... also check out ImageInfo.pm >>> http://www.rulesemporium.com/plugins.htm >> Yes I had that, but it is not ...
>>>> Other than FuzzyOCR, is there other way to filter graphic spams? I had
>>>> ImageInfo but seem like it is not working.
>>> PS... also check out ImageInfo.pm
>>> http://www.rulesemporium.com/plugins.htm
>> Yes I had that, but it is not working for me.
>>
>> [26559] dbg: config: read file /etc/mail/spamassassin/imageinfo.cf
> Probably you're missing the needed LoadPlugin line?
>
> Put this on top of the imageinfo.cf or any .pre file:
> loadplugin Mail::SpamAssassin::Plugin::ImageInfo /path/to/ImageInfo.pm
I have loadplugin Mail::SpamAssassin::Plugin::ImageInfo in v320.pre
I have also move ImageInfo.pm to
/usr/lib/perl5/vendor_perl/5.8.8/Mail/SpamAssassin/Plugin/
In imageinfo.cf
# Version: 0.7
# Requires: ImageInfo.pm plugin
ifplugin Mail::SpamAssassin::Plugin::ImageInfo
I still dont see any hit for image email.
Thanks