X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a60f6c07eea74e79b88828295a191e79595d8960..11bb9b0cd4bf56d14309d50a3632256bb4a6fc44:/test/confs/4005?ds=sidebyside diff --git a/test/confs/4005 b/test/confs/4005 index 6d0b797b9..fd15dfc04 100644 --- a/test/confs/4005 +++ b/test/confs/4005 @@ -1,6 +1,9 @@ -# Exim test configuration 4002 +# Exim test configuration 4005 # Content-scan: clamav interface +OPT= +CONTROL= + exim_path = EXIM_PATH host_lookup_order = bydns primary_hostname = myhost.test.ex @@ -8,8 +11,10 @@ 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 +#XXX we need an additional test for tcp-connected clamd +av_scanner = clamd : DIR/eximdir/clam_sock CONTROL # ----- Main settings ----- @@ -19,7 +24,7 @@ acl_smtp_data = c_data begin acl c_data: - accept !malware = * + accept !malware = * OPT deny logwrite = malware_name $malware_name # ----- Routers -----