appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0173
index 7fd9179dd2839bbb79d8ebafed851bbc1c67cf4a..dfe894ef89c22c8289e585b269a0e1ce9a0e31a2 100644 (file)
@@ -1,13 +1,7 @@
 # Exim test configuration 0173
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -35,13 +29,14 @@ begin transports
 
 appendfile:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 pipe:
   driver = pipe
   return_output
   user = CALLER
+  path = ${env{PATH}}
 
 
 # ----- Retry -----