appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0326
index 4b4f49fcc7bf5d9e963ef07add7cac16374cf18c..a983e071a85af619159c599cbc8aa2c359ddf998 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0326
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -43,7 +38,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End