exim: Add vim modelines to all config files.
[matthijs/servers/drsnuggles.git] / etc / exim4 / conf.d / acl / 30_exim4-config_check_mail
index 7a6a3e7d3d185bc82a63954a8eff57dbee41b6f0..e3efb36ce007ee7f30cf714ccc2a95618f6e532c 100644 (file)
@@ -7,10 +7,10 @@
 # accepted or denied.
 #
 acl_check_mail:
-  .ifdef CHECK_MAIL_HELO_ISSUED
   deny
     message = no HELO given before MAIL command
-    condition = ${if def:sender_helo_name {no}{yes}}
-  .endif
+    condition = ${if !def:sender_helo_name }
 
   accept
+
+# vim: set sts=2 expandtab sw=2 ai: