This is a discussion on Re: [AMaViS-user] Where to specify Pyzor and DCC options for SpamAssassin within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; On Fri, 11 Mar 2005 13:39:53 -0500, Doug Koobs <dkoobs@fcsservices.com> wrote: > I'm ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Fri, 11 Mar 2005 13:39:53 -0500, Doug Koobs <dkoobs@fcsservices.com> wrote:
> I'm trying to find out why amavis isn't using Pyzor. When I call > spamassassin from the command line, it uses Pyzor, Razor2, and DCC. But > from amavis, only Razor2 gets used. Amavisd calls SpamAssassin. The tests that SA uses is not determined by amavisd. What you are experiencing is not possible. Unless the amavsd user has different SA preferences than the global, the call on SA should be the same as the call from the commandline. > I've read that we are supposed to specify SpamAssassin options in the > amavisd.conf file. So I tried to put the following options from > /etc/mail/spamassassin/local.cf into /etc/amavisd.conf: > > ************************************************** ***** > # enable DCC checking > use_dcc 1 > add_header all DCC _DCCB_: _DCCR_ > > # enable razor2 checking > use_razor2 1 > > # enable pyzor checking > use_pyzor 1 > add_header all Pyzor _PYZOR_ > > #Set Pyzor home directory > pyzor_options --homedir /etc/mail/spamassassin > ************************************************** ***** These settings belong in SA's local.cf. All add_header options are ignored because amavisd makes the header edits, not SA. > > However, amavis didn't like them there. How do we know which SA options > should be put into amavisd.conf and which should stay in local.cf? How > can I get amavis to use Pyzor and DCC? The amavisd.conf-sample that comes with the amavisd-new distribution covers all spam related configuration variables. Maybe the particular spam is not getting hits on the DCC or Pyzor tests? Try using the GTUBE test spam, it should hit all checksum networks. > > Thanks! > > Doug > > Confidential: This electronic message and all contents contain information from Financial Credit Services which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited. If you have received this electronic message in error, please notify the sender and destroy the original message and all copies. > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > AMaViS-user mailing list > AMaViS-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/...fo/amavis-user > AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 > AMaViS-HowTos:http://www.amavis.org/howto/ > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |