appendfile: taint-enforce file & directory options
[exim.git] / test / confs / 0267
index 114de9421e596fff08937d998cec1385b58ab91f..e99d29f71be9ee323283bdd51d979e2f8d3bee39 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 0267
 
-exim_path = EXIM_PATH
-keep_environment =
-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 -----
 
@@ -20,7 +14,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # ----- Routers -----