diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-08 21:33:51 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-12 23:29:45 +0100 |
commit | 9bfc60ebf1f86a212280c19a28bb4399e8fbb392 (patch) | |
tree | 7ac81534ffc5fe219ad356dc57ca512028fd0e8e /test/scripts/4200-International | |
parent | 9671784a54a6729881f7716a0b963a0422e8b3dd (diff) |
recipient verify callout
Diffstat (limited to 'test/scripts/4200-International')
-rw-r--r-- | test/scripts/4200-International/4201 | 63 |
1 files changed, 62 insertions, 1 deletions
diff --git a/test/scripts/4200-International/4201 b/test/scripts/4200-International/4201 index d2fb96cdf..a697764f5 100644 --- a/test/scripts/4200-International/4201 +++ b/test/scripts/4200-International/4201 @@ -73,7 +73,6 @@ QUIT # # killdaemon -sleep 1 exim -DSERVER=server -qqff **** # @@ -100,3 +99,65 @@ killdaemon # exim -qfl **** +# +# +# +# +# +exim -DSERVER=server -bd -oX PORT_D +**** +# +# Recipient verify callout, pass +exim -bs -odi -DCONTROL="verify=recipient/callout" +EHLO client.bh +MAIL FROM: <세계의모든사람들이한국어를이해한다면얼마나좋을까@russian.почемужеонинеговорятпорусски.com> SMTPUTF8 +RCPT TO: <userQ@test.ex> +DATA +Subject: test + +body +. +QUIT +**** +# Recipient+random verify callout, pass +exim -bs -odi -DCONTROL="verify=recipient/callout=random" +EHLO client.bh +MAIL FROM: <세계의모든사람들이한국어를이해한다면얼마나좋을까@russian.почемужеонинеговорятпорусски.com> SMTPUTF8 +RCPT TO: <userR@test.ex> +DATA +Subject: test + +body +. +QUIT +**** +# +killdaemon +exim -DSERVER=server -qqff +**** +# +# +# +# +# +exim -DSERVER=server -DOPTION="" -bd -oX PORT_D +**** +# +# Recipient verify callout, fail +exim -bs -odi -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, fail +exim -bs -odi -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 +# |