appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0027
index 8fe398b479e50b276cd48e152731df77d9d5dfc5..19bdaa0b6d987bea1ecc9fef7d2136657ab07d53 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0027
 
-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 -----
 
@@ -75,7 +70,7 @@ dev_null:
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End