Fix CVE-2016-1531
[exim.git] / test / confs / 4003
index e2d65baa1113c537417d15874dbb581fb22e9d14..abfb4aef525eccefe9a89c299ba4e05d25d2d746 100644 (file)
@@ -2,12 +2,15 @@
 # Content-scan: fsecure 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
+tls_advertise_hosts =
 
 av_scanner = fsecure : DIR/eximdir/fsec_sock
 
@@ -19,7 +22,7 @@ acl_smtp_data = c_data
 begin acl
 
 c_data:
-  accept !malware = *
+  accept !malware = <; * OPT
   deny  logwrite = malware_name $malware_name
 
 # ----- Routers -----