Taint: fix ACL "spam" condition, to permit tainted name arguments.
[users/heiko/exim.git] / test / confs / 0032
index 7ec81cc20a0aa98ef4d4c414f89697c97a973d28..644404d241182c1b9854bc68c85572a508530105 100644 (file)
@@ -1,17 +1,13 @@
 # Exim test configuration 0032
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 
 # ----- Main settings -----
 
+dsn_from = MailProgram <xyz@some.where>
 
 
 # ----- Routers -----
@@ -37,11 +33,12 @@ 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
 
 smtp:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # End