appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0535
index 6504807f972373ebbbab328d7953f0347dea6da6..7960c064d7be0bf734c0f70fdc612f9480f88be0 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0535
 
-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 -----
 
@@ -24,6 +19,7 @@ one:
        control = suppress_local_fixups
        add_header = X-Added: $recipients
 
+
 # ----- Routers -----
 
 begin routers
@@ -40,7 +36,7 @@ begin transports
 t1:
   driver = appendfile
   user = CALLER
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
 
 
 # End