Fix CVE-2016-1531
[exim.git] / test / confs / 0086
index 2bf285a977951418b043363f74f6883e631a70d2..256cc6047ff2d481eaeaf6db0100cad156d360a6 100644 (file)
@@ -1,12 +1,14 @@
 # Exim test configuration 0086
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 gecos_pattern = ""
 gecos_name = CALLER_NAME
+tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -20,7 +22,8 @@ recipient_unqualified_hosts = V4NET.10.10.9
 begin acl
 
 check_message:
-  require verify = header_syntax
+  deny !verify = header_syntax
+       logwrite = acl_verify_message: '$acl_verify_message'
   accept
 
 # End