This is a discussion on Re: [AMaViS-user] Bizarre behavior between Exim-AMaViS-SpamAssassin within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Jonathan wrote: > Hi, > i would like to know if there's some special feature that needs to be &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Jonathan wrote:
> Hi, > i would like to know if there's some special feature that needs to be > enabled/disabled in order to work 100% compliant with exim+spamassassin. > I'm my actual installation (Exim 4.50 + amavisd-new-20030616-p10 + > ClamAV 0.86 + SpamAssassin 3.0 on a Debian Sarge platform) the MTA > passes the email to amavis that checks for antivirus correctly but about > the spam checks and it's behavior i'm not sure that all works fine. > I can see in the amavis logs that the spam checks are being made but no > headers are added to the body of the email before being delivered to the > user Mailbox. > This X-Headers are for me quite important because further tasks are > based on those headers. > In example, i can see that a email is classified above the spam limit > (11 points) and the message is delivered anyway to the user mailbox, > something that previously didn't happened when MTA talked direclty with > SpamAssassin. Seems that the interaction between MTA and amavis is not > good, or between SA and amavis is not good maybe. > Any ideas will be welcomed. > Thanks in advance, > jonathan Remember, for X-Spam* reports to be inserted, the recipient's domain must be considered local. Put your domain(s) in @local_domains_acl, something like this would work: @local_domains_acl = qw( .example.com .example2.com ); The $sa_tag_level_deflt determines at what level the X-Spam* reports will be inserted, so I set mine to insert the report no matter what: $sa_tag_level_deflt = -9999.9; Gary V ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&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/ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|