appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0460
index aa53b972268e1e38c3c53d1520ed0826c9373a19..4918700f9c6f51f661814d5010f893d77002ccad 100644 (file)
@@ -1,18 +1,15 @@
 # Exim test configuration 0460
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
 
 
 # ----- Main settings -----
 
 qualify_domain = test.ex
+queue_only
+queue_run_in_order
 
 acl_smtp_rcpt = accept
 
@@ -32,7 +29,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End