In amavisd.conf-sample 2.4.2-rc1 # $penpals_bonus_score = 3;
# $penpals_threshold_high = $sa_kill_level_deflt; # don't waste time on hi spam If the purpose of penpals is to deliver desired (but spammy) mail that otherwise may not get delivered, then this should be more like: $penpals_threshold_high = $sa_kill_level_deflt + $penpals_bonus_score; I was also thinking that if $penpals_threshold_high is not defined, then the default could be calculated like this, as there is no point in processing here if the processing has no net effect (cannot help the outcome). 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/
