appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 3408
index e3e9a4b04fcd2a053c52cae25e0df73131c87d02..7de4a6dd58e4f57a4facb260ae628fefd27b6d5a 100644 (file)
@@ -1,13 +1,7 @@
 # Exim test configuration 3408
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -74,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