X-Git-Url: https://git.hcoop.net/hcoop/zz_old/config/exim4-hopper.git/blobdiff_plain/7a82fe65f9c74df829dda4645ce638fd470f24d4..69878951749e135ac56f0965557ad9df6a0dc522:/conf.d/acl/40_exim4-config_check_data diff --git a/conf.d/acl/40_exim4-config_check_data b/conf.d/acl/40_exim4-config_check_data index 5f8f25b..fb219a0 100644 --- a/conf.d/acl/40_exim4-config_check_data +++ b/conf.d/acl/40_exim4-config_check_data @@ -61,15 +61,6 @@ acl_check_data: # X-Spam_bar: $spam_bar\n\ # X-Spam_report: $spam_report - # hcoop-change: Our more-competent solution - warn - # Only run through spamassassin if the user wants this - condition = ${if exists{/etc/spamassassin/addrs/${local_part}@${domain}}\ - {yes}{no}} - spam = nobody:true - add_header = X-Spam-Score: $spam_score ($spam_bar) - add_header = X-Spam-Report: $spam_report - # This hook allows you to hook in your own ACLs without having to # modify this file. If you do it like we suggest, you'll end up with