appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 3408
index 9b90c4bfa1febfaa9ae7e867b1876d2b47c3bcfa..7de4a6dd58e4f57a4facb260ae628fefd27b6d5a 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 3408
 
-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 -----
 
@@ -73,7 +68,7 @@ local_delivery:
   driver = appendfile
   delivery_date_add
   envelope_to_add
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   return_path_add
 
 # End