appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0355
index 9b86cca2e2b438e1ea39356faee2d8bdfbe49e47..f24f02bbddd4e1f52d808275d89ab59363aa7f9a 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0355
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-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 -----
 
@@ -34,6 +29,6 @@ begin transports
 t1:
   driver = appendfile
   user = CALLER
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
 
 # End