Mark,
maybe a stupid question (not to familar with Perl):
but how does FuzzyOcr.cf fit into this picture?

Also: using Your "additional_perl_modules"-variable I still find
"extra modules loaded: /etc/mail/spamassassin/FuzzyOcr.pm"-entries in my
amavisd.log every time a mail with pictures attached being processed.
And I don't find no entry in respct to FuzzyOcr in amavisd's startup
entries.

Rainer


Mark Martinec wrote:
> Gary,
> 
>> Thanks for the correction, and new feature reminder. As you can see,
>> I will immediately put it to good use on my system:
>>
>> Oct 31 16:03:23 mail amavis[9634]: (09634-03) extra modules loaded:
>>  /etc/mail/spamassassin/WebRedirect.pm,
>>   /usr/share/perl5/Mail/SpamAssassin/Plugin/FuzzyOcr.pm,
>>    HTTP/Date.pm, HTTP/Headers.pm, HTTP/Message.pm,
>>     HTTP/Request.pm, HTTP/Response.pm, HTTP/Status.pm,
>>      LWP.pm, LWP/Debug.pm, LWP/MemberMixin.pm, LWP/Protocol.pm,
>>       LWP/UserAgent.pm, Mail/SpamAssassin/Plugin/ImageInfo.pm,
>>        String/Approx.pm, URI.pm
> 
> Indeed. This would be:
> 
> @additional_perl_modules = qw(
>   /etc/mail/spamassassin/WebRedirect.pm
>   Mail::SpamAssassin::Plugin::FuzzyOcr
>   Mail::SpamAssassin::Plugin::ImageInfo
>   String::Approx URI HTTP::Date HTTP::Headers HTTP::Message
>   HTTP::Request HTTP::Response HTTP::Status
>   LWP LWP::Debug LWP::MemberMixin LWP::Protocol LWP::UserAgent
> );
> 
> 
> If FuzzyOcr.pm and ImageInfo.pm do not live in one
> of the include directories, in place of:
>   Mail::SpamAssassin::Plugin::FuzzyOcr
>   Mail::SpamAssassin::Plugin::ImageInfo
> one could do:
>   /usr/local/etc/mail/spamassassin/FuzzyOcr.pm
>   /usr/local/etc/mail/spamassassin/ImageInfo.pm
> 
> Mark
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> AMaViS-user mailing list
> AMaViS-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amavis-user
> AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
> AMaViS-HowTos:http://www.amavis.org/howto/

-- 
in diesem Sinne,
Rainer



-- 
in diesem Sinne,
Rainer

Attachment: signature.asc
Description: PGP signature

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to