appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0202
index 77eab7f215e50f8c3f3c3e401fc84d6fe4a43067..92a2dce66b822b9b24eb5c0535a20d225bb54b20 100644 (file)
@@ -1,11 +1,7 @@
 # Exim test configuration 0202
 
-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 -----
 
@@ -35,7 +31,7 @@ begin transports
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End