summaryrefslogtreecommitdiff
path: root/test/confs/4006
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/4006')
-rw-r--r--test/confs/40065
1 files changed, 3 insertions, 2 deletions
diff --git a/test/confs/4006 b/test/confs/4006
index 230f1159e..8ac65a584 100644
--- a/test/confs/4006
+++ b/test/confs/4006
@@ -1,4 +1,4 @@
-# Exim test configuration 4002
+# Exim test configuration 4006
# Content-scan: avast 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 = avast : DIR/eximdir/avast_sock : OPTION
@@ -19,7 +20,7 @@ acl_smtp_data = c_data
begin acl
c_data:
- accept !malware = *
+ accept !malware = * INSERT
deny logwrite = malware_name $malware_name
# ----- Routers -----