$smtp_command and $smtp_command_argument were incomplete for MAIL
[exim.git] / test / scripts / 0000-Basic / 0021
index 2ec354ffdb945547c858798ba1a24c11825f01ed..8fbf948373404c9f9ff581804111933653504709 100644 (file)
@@ -48,3 +48,24 @@ Some message
 .
 quit
 ****
+# Test unsetting bounce_return_message for non-SMTP
+1
+exim -DBR=no_bounce_return_message -odi -f userx@test1 userx
+Test message 1.
+.
+****
+# Test unsetting bounce_return_body for non-SMTP
+1
+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
+****