Luigi Rosa schrieb:
> Download SA plugin from http://mschuette.name/wp/crm114-spamassassin-plugin/
> If your version of crm114 supports the --report_only option, then use it, and
> then you may remove the --stats_only (in crm1114.pm) to obtain a bit more
> information from crm114, not just its score.
> 
> cp crm114.pm /usr/lib/perl5/site_perl/<version>/Mail/SpamAssassin/Plugin

I do not know CentOS, but IMHO /usr/lib should be left to the package 
system and all manually installed/local extensions should go into 
/etc/mail/spamassassin (the same directory as your local.cf).

> Download SA plugin configuration file from
[...]
>  @spam_scanners = (
>     ['SpamAssassin', 'Amavis::SpamControl::SpamAssassin' ],
> 
>     ['CRM114', 'Amavis::SpamControl::ExtProg', 'crm',
>       [ qw(-u /var/amavis/home/.crm114 mailreaver.crm
>            --dontstore --report_only --stats_only
>            --good_threshold=8 --spam_threshold=-8) ],
>       mail_body_size_limit => 64000, score_factor => -0.20,
>     ],
>   );

You should decide whether to use CRM114 either as a SpamAssassin-plugin 
or as an Amavisd spam scanner. -- The described config is not useful as 
it would call crm114 twice.

-- 
Martin

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
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