appendfile: taint-enforce file & directory options
[exim.git] / test / confs / 0327
index b6d8baa359a0de53b53c8b529e2d78c49443c77f..85b4f894acf29344763be89f1437635e573f7694 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0327
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -44,12 +40,12 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 t2:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End