Fix CVE-2016-1531
[exim.git] / test / confs / 4005
index 8ed28d4a62111f4bec52f181f99f3078fce19200..933f81e99b6c428678dec64268d1196f8247c33f 100644 (file)
@@ -1,7 +1,11 @@
 # Exim test configuration 4005
 # Content-scan: clamav interface
 
+OPT=
+CONTROL=
+
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
@@ -10,7 +14,8 @@ 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 -----