Am Montag, 30. Januar 2006 17:11 schrieb Gary V: > > As a manager, you may specify an e-mail address in $spam_admin, > > which will receive detailed reports. > > > > Mark > > Hate to do it, but I will speak for Al here. In the SA users list Al > mentioned that he would like $sa_spam_report_header in non-spam > messages also. Personally, since the addition of the scores in the > X-Spam-Status (version 2.3) this is only marginally useful IMHO, but I > can see how it could be used to help tune SpamAssassin, but then > I would turn it off.
Well done Gary :-) At the moment I try to find out if the defang-variables can help me. I try at the moment: $sa_tag_level_deflt = -99.0; # add spam info headers if at, or above that $sa_tag2_level_deflt = 4.5; $sa_kill_level_deflt = 6.31; # triggers spam evasive actions $defang_virus = 1; # MIME-wrap passed infected mail $defang_banned = 1; # MIME-wrap passed mail containing banned name $final_spam_destiny = D_PASS; $defang_bad_header = 1; $defang_undecipherable = 1; $defang_spam = 1; As far as I understand it, I should get a mail, if the score is between 4,5 and 6.31, but I don't know to which address the mail is sent. Where is it defined? Al ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&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/
