appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0618
index db4bd300295537205b43f072d5b5554e4afc9fad..d212e98757d6c0d321ee5ce61eb03a18304dc4c8 100644 (file)
@@ -11,7 +11,7 @@ primary_hostname = myhost.test.ex
 .ifdef OPT
 dsn_advertise_hosts = *
 .endif
-delay_warning = 3s : 24h
+delay_warning = 6s : 24h
 
 accept_8bitmime = false
 pipelining_advertise_hosts = :
@@ -75,6 +75,7 @@ begin transports
 smtp:
   driver =     smtp
   event_action = ${acl {ev_log}}
+  hosts_try_fastopen = :
 
 bad_tpt:
   driver =     smtp
@@ -83,11 +84,11 @@ bad_tpt:
 
 tofile:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
   event_action = ${acl {ev_log}}
 
 begin retry
 
-*      *       F,1m,3s
+*      *       F,2m,10s
 # End