testsuite: abstract out common conf settings
[exim.git] / test / confs / 4004
index 22cbbd0f487cb824a4ed5a18ccf5cc281e71b41a..9bc22ce2e39d43a580e3b8a246509a57d8fda522 100644 (file)
@@ -1,13 +1,10 @@
 # Exim test configuration 4002
 # Content-scan: sophie interface
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
+log_selector = +subject
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 av_scanner = sophie : DIR/eximdir/sophie_sock
 
@@ -19,7 +16,7 @@ acl_smtp_data = c_data
 begin acl
 
 c_data:
-  accept !malware = *
+  accept !malware = * OPT
   deny  logwrite = malware_name $malware_name
 
 # ----- Routers -----