diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-20 11:37:16 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-20 11:37:16 +0000 |
commit | ca86f471bf30f4630e96e24f6c13de269f380f41 (patch) | |
tree | 69e429391bb764e2aab6316453f639eedbbd1571 /test/scripts | |
parent | 5a11a7b41649e95629fa9944a2fa81b3e50707e4 (diff) |
$smtp_command and $smtp_command_argument were incomplete for MAIL
commands with extra options such as SIZE.
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0021 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0021 b/test/scripts/0000-Basic/0021 index 71b334130..8fbf94837 100644 --- a/test/scripts/0000-Basic/0021 +++ b/test/scripts/0000-Basic/0021 @@ -60,3 +60,12 @@ exim -DBR=no_bounce_return_body -odi -f userx@test1 userx Test message 1. . **** +exim -odi -bs -oMa 10.9.8.8 +ehlo test.ex +mail from: <ok@test3> SIZE=1234 +rcpt to:<x@y> +data +Some message +. +quit +**** |