Feature macros, show-supported and build-time selection for malware interfaces
[exim.git] / test / confs / 4009
index dd21a218387e777036fadc05c97591241004c3c4..f8e832070ea5a5ccbf3522aba9b3420cc6c77962 100644 (file)
@@ -1,17 +1,12 @@
 # Exim test configuration 4009
-# Content-scan: spamassassin interface
-
-OPT= 127.0.0.1 7833
+# Content-scan: sophie interface
 
 .include DIR/aux-var/std_conf_prefix
 
 log_selector = +subject
 primary_hostname = myhost.test.ex
 
-# we need to set the sender
-trusted_users = CALLER
-
-spamd_address = OPT
+av_scanner = sophie : DIR/eximdir/sophie_sock
 
 # ----- Main settings -----
 
@@ -21,11 +16,8 @@ acl_smtp_data = c_data
 begin acl
 
 c_data:
-  warn
-    spam = nobody
-  warn
-    log_message = $callout_address $spam_action $spam_report
-  accept
+  accept !malware = * OPT
+  deny  logwrite = malware_name $malware_name
 
 # ----- Routers -----