taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0222
index f6f720ec71900ba5e794886cb7146771b91c03b2..48d7b42c12570c59322f5e775c950edb1a1a5acd 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0222
 
-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 -----
 
@@ -38,12 +33,14 @@ begin transports
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 autoreply:
   driver = autoreply
   once = DIR/test-once
   once_file_size = 30
+  once_repeat = 4s
   text = "Auto reply message"
   to = $sender_address
   user = CALLER