X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fexim4%2Fconf.d%2Facl%2F40_exim4-config_check_data;h=f79e3f7bf4efd121e2369e9944a4fd0ff3202d67;hb=de37e3b33f40d42cd8e4a59aa70f24e480f89907;hp=9933c39e05f9addb6909cee712c3c6709933312a;hpb=82efcc09270561838217672592dbe6e651aafa88;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/exim4/conf.d/acl/40_exim4-config_check_data b/etc/exim4/conf.d/acl/40_exim4-config_check_data index 9933c39..f79e3f7 100644 --- a/etc/exim4/conf.d/acl/40_exim4-config_check_data +++ b/etc/exim4/conf.d/acl/40_exim4-config_check_data @@ -38,9 +38,10 @@ acl_check_data: # and the message is not denied). add_header = X-Spam-Score: $spam_score ($spam_bar) add_header = X-Spam-Report: $spam_report - # Reject any messages with a spam score of more than 20. This is fairly - # high, but we don't like really rejecting messages. - condition = ${if >{$spam_score_int}{20}} + # Reject any messages with a spam score of more than 20 ($spam_score_int is + # $spam_score * 10). This is fairly high, but we don't like really + # rejecting messages. + condition = ${if >{$spam_score_int}{200}} # accept otherwise accept