appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0395
index dda9055e9e0e1375983f15a425efb853b91cb7e0..c1c91d51ff710e334d05bc44828918515fffbc2a 100644 (file)
@@ -2,12 +2,8 @@
 
 TRUSTED=
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -32,7 +28,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End