Michael, > wondering if the AMBOOST value is used when deciding if SA will > autolearn as ham: > > x-Spam-Score: -100.484 > X-Spam-Level: > X-Spam-Status: No, score=-100.484 tagged_above=-999 required=5 > tests=[AM:BOOST=-97.611, AWL=0.225, BAYES_00=-2.599, > DCC_REPUT_13_19=-0.5, HTML_MESSAGE=0.001] autolearn=ham > X-Amavis-PenPals: age 0 3:25:28 > (I guerss the bayes_00 -2.6 is what did it here)
No, unfortunately it is not seen by SpamAssassin and not used in autolearn. I'm looking for ways of better integration. > also wondering if the SA shortcircuit rule can be made to trigger 'ham' > if penpals is at a certain threshold. Not currently possible. Two reasons, one as mentioned above (no way of passing score to SA, except through inserted header fields), the other is that pen pals check is done _after_ spam checks, and actually it uses its own way of 'short circuiting', but works in the opposite sense, SA score can shirtcircuit a SQL lookup: $penpals_threshold_low ... SA score below which pen pals lookups are not performed to save time, defaults to 1.0; undef lets the threshold be ignored (useful for testing and statistics gathering); $penpals_threshold_high ... when (SA_score - $penpals_bonus_score > $penpals_threshold_high) pen pals lookup will not be performed to save time, as it could not influence blocking of spam even at maximal penpals bonus (age=0); usual choice for value would be kill level or tag2 level, or other reasonably high value; undef lets the threshold be ignored and is a default (useful for testing and statistics gathering); Mark ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-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/