deny on spf failure
authorClinton Ebadi <clinton@unknownlamer.org>
Sun, 22 Apr 2018 09:49:24 +0000 (05:49 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sun, 22 Apr 2018 09:49:24 +0000 (05:49 -0400)
hosts without spf nowadays are no good

conf.d/acl/30_exim4-config_check_rcpt

index d4553bb..9f8a189 100644 (file)
@@ -279,7 +279,7 @@ acl_check_rcpt:
   # Missing spf-tools-perl will trigger the "Unexpected error in
   # SPF check" warning.
   .ifdef CHECK_RCPT_SPF
-  warn
+  deny
     message = [SPF] $sender_host_address is not allowed to send mail from \
               ${if def:sender_address_domain {$sender_address_domain}{$sender_helo_name}}.  \
               Please see \