* Jo Rhett <[EMAIL PROTECTED]>:
> Out of curiosity, why is this necessary?   Why doesn't SA find these 
> things by default?

Do I get this right? SA when used from amavisd-new does NOT use the
precompiled rules by default?

> > - suggestion: when using SpamAssassin plugin Rule2XSBody
> >   (available in more recent versions of SA), adding an entry like:
> >     Mail::SpamAssassin::CompiledRegexps::body_0
> >   to the @additional_perl_modules list allows preloading of compiled rules.
> > 
> >   Adding the following two lines to amavisd.conf adds the directory name
> >   containing modules with compiled rules to Perl modules search path and
> >   allows Perl to find the listed module(s):
> >     my($sa_instdir) = '/var/db/spamassassin/compiled/3.002001';
> >     unshift(@INC, $sa_instdir, $sa_instdir.'/auto');

-- 
Ralf Hildebrandt (i.A. des IT-Zentrums)         [EMAIL PROTECTED]
Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF                    send no mail to [EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
[email protected]
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