Mark wrote: > $penpals_threshold_high ... when SA score (prior to boosts) lowered > by $penpals_bonus_score is still above $penpals_threshold_high, then > pen pals lookup will not be performed to save time, as it could not > influence blocking of spam; usual choice for value would be kill level > [or] other reasonably high value; undef lets the threshold be ignored > and is a default (useful for testing and statistics gathering);
> I rewrote the text already twice, but is probably still confusing. > Better explanation is welcome. It is impossible to more succinct than you, it must be all those years of Perl programming. ;) Regardless, I'll give it a go: $penpals_threshold_high ... there is often no point in applying the $penpals_bonus_score if a given message has a sufficiently high spam score (blocking of spam would not be influenced) so the $penpals_threshold_high setting can be used to prevent pen pals lookup in this case, which saves time; the SA score (prior to boosts) is lowered by the $penpals_bonus_score prior to comparison with $penpals_threshold_high; usual choice for value would be kill level or other reasonably high value; undef lets the threshold be ignored and is a default (useful for testing and statistics gathering); Gary V _______________________________________________ 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/
