diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-21 22:40:43 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-21 22:40:43 +0100 |
commit | 921dfc1193791b722844341c3ec97be158042c17 (patch) | |
tree | 0f2ddd49c7831350b39678c3a924d73b3e97eb7f /test/scripts | |
parent | 3c8b357717e895d6dcddc7faa5b7a0eaf4c73417 (diff) |
UTF8: MSA callouts
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/4200-International/4208 | 23 |
1 files changed, 23 insertions, 0 deletions
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: <CALLER@spanish.PorquénopuedensimplementehablarenEspañol.local> SMTPUTF8 +RCPT TO: <userS@test.ex> +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: <CALLER@vietnamese.TạisaohọkhôngthểchỉnóitiếngViệt.local> SMTPUTF8 +RCPT TO: <userT@test.ex> +QUIT +**** +# +killdaemon |