Support timeout option on malware=
[exim.git] / test / confs / 4005
index 6d0b797b913afd01d9e811a7a3b60cba7a2b5cc6..8ed28d4a62111f4bec52f181f99f3078fce19200 100644 (file)
@@ -1,4 +1,4 @@
-# Exim test configuration 4002
+# Exim test configuration 4005
 # Content-scan: clamav interface
 
 exim_path = EXIM_PATH
@@ -8,6 +8,7 @@ spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 gecos_pattern = ""
 gecos_name = CALLER_NAME
+log_selector = +subject
 
 av_scanner = clamd : DIR/eximdir/clam_sock
 
@@ -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 -----