Feature macros, show-supported and build-time selection for malware interfaces
[exim.git] / test / confs / 4005
diff --git a/test/confs/4005 b/test/confs/4005
deleted file mode 100644 (file)
index 0ebb2be..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Exim test configuration 4005
-# Content-scan: clamav interface
-
-OPT=
-CONTROL=
-
-.include DIR/aux-var/std_conf_prefix
-
-log_selector = +subject
-primary_hostname = myhost.test.ex
-
-#XXX we need an additional test for tcp-connected clamd
-av_scanner = clamd : DIR/eximdir/clam_sock CONTROL
-
-# ----- Main settings -----
-
-acl_smtp_rcpt = accept
-acl_smtp_data = c_data
-
-begin acl
-
-c_data:
-  accept !malware = * OPT
-  deny  logwrite = malware_name $malware_name
-
-# ----- Routers -----
-
-begin routers
-
-r:
-  driver = redirect
-  data = :blackhole:
-
-# End