Fix CVE-2016-1531
[exim.git] / test / confs / 4001
index 39e7705453ebbc2c4dcf3d121bb0eef050717b5e..96ac7104f1315ead3714fc73116877ee0a186c4f 100644 (file)
@@ -2,6 +2,7 @@
 # Content-scan: f-protd interface
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
@@ -19,7 +20,7 @@ acl_smtp_data = c_data
 begin acl
 
 c_data:
-  accept !malware = *
+  accept !malware = * OPT
   deny  logwrite = malware_name $malware_name
 
 # ----- Routers -----