X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d4dc049f9a9e80ac3a470fd644418668eefedecb..6b69b71028f15c7ba3157bac955103b764326f60:/test/confs/4201 diff --git a/test/confs/4201 b/test/confs/4201 index e12e13828..376cea5bd 100644 --- a/test/confs/4201 +++ b/test/confs/4201 @@ -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 @@ -112,6 +117,7 @@ local_delivery: delivery_date_add envelope_to_add file = DIR/test-mail/$local_part + create_file = DIR/test-mail headers_add = "X-body-linecount: $body_linecount\n\ X-message-linecount: $message_linecount\n\ X-received-count: $received_count" @@ -119,5 +125,9 @@ local_delivery: rmt_smtp: driver = smtp + hosts_try_fastopen = : +.ifdef STRICT + utf8_downconvert = STRICT +.endif # End