update to pre-4.87 master
[users/jgh/exim.git] / test / confs / 4003
index e2d65baa1113c537417d15874dbb581fb22e9d14..380e3a474a9781f8ca069e03a9f726ef1172e990 100644 (file)
@@ -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 = fsecure : DIR/eximdir/fsec_sock
 
@@ -19,7 +21,7 @@ acl_smtp_data = c_data
 begin acl
 
 c_data:
-  accept !malware = *
+  accept !malware = <; * OPT
   deny  logwrite = malware_name $malware_name
 
 # ----- Routers -----