$smtp_command and $smtp_command_argument were incomplete for MAIL
[exim.git] / test / scripts / 0000-Basic / 0021
index 71b334130a9a3fbf507f2bc312a5aab3db8a0136..8fbf948373404c9f9ff581804111933653504709 100644 (file)
@@ -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
+****