diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-07-18 22:59:14 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-07-18 22:59:14 +0100 |
commit | 8c34c611e07d3678920b9f13ba2ae627eb0255e9 (patch) | |
tree | 1c6c372f177fbf4e69f3f910d3797756482b1a41 /test/scripts/4200-International | |
parent | 946515bfe62796f6c0d6554e9e1e227f33253e7c (diff) |
I18N: reject SMTPUTF8 MAIL command when facility not advertised
Diffstat (limited to 'test/scripts/4200-International')
-rw-r--r-- | test/scripts/4200-International/4201 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/scripts/4200-International/4201 b/test/scripts/4200-International/4201 index fc9a50741..5a591fdea 100644 --- a/test/scripts/4200-International/4201 +++ b/test/scripts/4200-International/4201 @@ -84,4 +84,25 @@ QUIT killdaemon exim -DSERVER=server -DNOTDAEMON -qqff **** +# +# +# Attempt to use when not advertised +exim -DSERVER=server -DOPTION=: -bd -oX PORT_D +**** +client 127.0.0.1 PORT_D +??? 220 +EHLO client +??? 250- +??? 250-SIZE +??? 250-8BITMIME +??? 250-PIPELINING +??? 250 HELP +MAIL FROM: <someone@some.domain> SMTPUTF8 +??? 501 +QUIT +??? 221 +**** +killdaemon +# +# no_msglog_check |