Fix CVE-2016-1531
[exim.git] / test / confs / 4006
index 230f1159ef42567449ec2d91c015a5b9ecf736c2..963714f7e60053ee839158174958d6cd96fbca4b 100644 (file)
@@ -1,13 +1,15 @@
-# Exim test configuration 4002
+# Exim test configuration 4006
 # Content-scan: avast interface
 
 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
+log_selector = +subject
 
 av_scanner = avast : DIR/eximdir/avast_sock : OPTION
 
@@ -19,7 +21,7 @@ acl_smtp_data = c_data
 begin acl
 
 c_data:
-  accept !malware = *
+  accept !malware = * INSERT
   deny  logwrite = malware_name $malware_name
 
 # ----- Routers -----