X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/093632c96953bfc8fb96d607e0605534efa64252..f4d091fbe1f4:/test/confs/4007

diff --git a/test/confs/4007 b/test/confs/4007
index 576c0087f..f0792722b 100644
--- a/test/confs/4007
+++ b/test/confs/4007
@@ -8,6 +8,8 @@ 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 = cmdline : DIR/aux-fixed/TESTNUM.script -o OPT %s : found in file : ^(\S*)
 
@@ -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 -----