From 921dfc1193791b722844341c3ec97be158042c17 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 21 Apr 2015 22:40:43 +0100 Subject: UTF8: MSA callouts --- test/confs/4201 | 4 ++++ test/confs/4208 | 1 + test/scripts/4200-International/4208 | 23 +++++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 120000 test/confs/4208 create mode 100644 test/scripts/4200-International/4208 (limited to 'test') diff --git a/test/confs/4201 b/test/confs/4201 index b1fb7a6ee..4145325cc 100644 --- a/test/confs/4201 +++ b/test/confs/4201 @@ -3,6 +3,7 @@ OPTION = * CONTROL = +INSERT = exim_path = EXIM_PATH host_lookup_order = bydns @@ -45,6 +46,9 @@ check_recipient: .else sub: +.ifdef INSERT + require INSERT +.endif .ifdef CONTROL require CONTROL .endif diff --git a/test/confs/4208 b/test/confs/4208 new file mode 120000 index 000000000..73a348fee --- /dev/null +++ b/test/confs/4208 @@ -0,0 +1 @@ +4201 \ No newline at end of file diff --git a/test/scripts/4200-International/4208 b/test/scripts/4200-International/4208 new file mode 100644 index 000000000..0fa719019 --- /dev/null +++ b/test/scripts/4200-International/4208 @@ -0,0 +1,23 @@ +# Internationalised mail: utf8_downconvert and callouts +# Exim test configuration 4208 +# +exim -DSERVER=server -DOPTION="" -bd -oX PORT_D +**** +# +# Recipient verify callout, pass only due to downconvert +exim -bs -odi -DINSERT="control=utf8_downconvert" -DCONTROL="verify=recipient/callout" +EHLO client.ffail +MAIL FROM: SMTPUTF8 +RCPT TO: +QUIT +**** + +# Recipient+random verify callout, pass only due to downconvert +exim -d+all -bs -odi -DINSERT="control=utf8_downconvert" -DCONTROL="verify=recipient/callout=random" +EHLO client.ffail +MAIL FROM: SMTPUTF8 +RCPT TO: +QUIT +**** +# +killdaemon -- cgit v1.2.3