Testsuite: care vs. platform differences in ordering multi-rcpt delivery
[users/jgh/exim.git] / test / confs / 4201
index e12e13828b5daa93b373a549db6f646e86299db5..8ded6c27cf799175351f298306ce6aa0ec78df20 100644 (file)
@@ -93,6 +93,11 @@ bounces:
   data = DIR/test-mail/$local_part
   file_transport = local_delivery
 
+redir:
+  driver = redirect
+  local_parts = ^z
+  data  =      ${substr_1:$local_part}@$domain
+
 rmt:
   driver = manualroute
   domains = +local_domains
@@ -119,5 +124,9 @@ local_delivery:
 
 rmt_smtp:
   driver = smtp
+  hosts_try_fastopen = :
+.ifdef STRICT
+  utf8_downconvert = STRICT
+.endif
 
 # End