Omniflux wrote: > I am running amavisd-new-2.4.0 (20060403) (Debian package 1:2.4.0-1)
> The file /etc/amavis/conf.d/20-debian_defaults contains > @score_sender_maps with a number of entries, like this: > '[EMAIL PROTECTED]'=> -3.0, > Unfortunately, instead of subtracting 3 from the score, "-3" is being > appended to the score as a string. > My logfiles show scores for these addresses like 0.-3 and 1.358-3. This is by design. Amavisd-new bases decisions on the total of the numbers (so 1.358-3 equals a score of -1.642) but it is displayed that way in the X-Spam-Status header and logs (so you can see how the score is affected by soft wbl). >From RELEASE_NOTES: "- in passed and quarantined mail a header field X-Spam-Status now shows score as an explicit sum of SA score and a by-recipient score_sender boost (when the boost is nonzero); the X-Spam-Score header field still shows a sum of both as a single number so as not to confuse MUA filters which may operate on that header field;" > In addition, the X-Virus-Scanned header is added to these messages, but > the X-Spam-Score and X-Spam-Status headers are not (My tag level is set > at -999). This is a FAQ. The recipient's domain must be considered local. Most likely you to need to include the domain in @local_domains_maps. See the section: No spam-related headers inserted? at: http://www.ijs.si/software/amavisd/#faq-spam Gary V ------------------------------------------------------- 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 [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/
