diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-16 18:08:33 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-16 18:10:31 +0100 |
commit | 91d08eb383184828de154a118152a334e74f7668 (patch) | |
tree | e3e0b0e41cb7b22e305aeb27f4fe08e697ddfc00 /test/scripts | |
parent | f267271de69d5c6c090e16ebd64041b50a844852 (diff) |
Fix sender-verify callout to not use trigger-message SIZE
Broken-by: 9094b84b4cce
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0227 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0227 b/test/scripts/0000-Basic/0227 index 59adba788..a67dab2eb 100644 --- a/test/scripts/0000-Basic/0227 +++ b/test/scripts/0000-Basic/0227 @@ -203,6 +203,27 @@ MAIL FROM:<ok@localhost1> RCPT TO:<z@remote.domain> QUIT **** +# +server PORT_S +220 Server ready +EHLO +250- wotcher +250-SIZE +250 OK +MAIL FROM +250 OK +RCPT TO +250 OK +QUIT +250 OK +**** +sudo exim -v -bs -oMa V4NET.0.0.6 +EHLO me +MAIL FROM:<ok@localhost1> SIZE=420000 +RCPT TO:<z@test.ex> +QUIT +**** +# server PORT_S 220 Server ready LHLO |