diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-25 11:18:25 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-25 11:18:25 +0100 |
commit | 11ce40d8d043155bc87a5f564c9064e06fc4f184 (patch) | |
tree | 3f569ab2758804fde2441d5de5179f5afbc300bb /test/scripts/0000-Basic | |
parent | bc062cd5d29c98fce2117533eaa2d811e4dc57d0 (diff) |
Output newline after list of message IDs output by "-Mxxx" operations
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0576 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0576 b/test/scripts/0000-Basic/0576 index becd16056..ddf17f8d9 100644 --- a/test/scripts/0000-Basic/0576 +++ b/test/scripts/0000-Basic/0576 @@ -74,6 +74,7 @@ exim -q # # # Native queue transfer +### load messages exim -bs MAIL FROM:<CALLER@myhost.test.ex> RCPT TO: <normal@test.ex> @@ -92,8 +93,10 @@ foo . QUIT **** +### default q exim -bp **** +### alternate q exim -bp -qGalternate **** # @@ -101,14 +104,18 @@ exim -MG third $msg1 **** exim -qGalternate -MG third $msg1 **** +### third q exim -bp -qGthird **** exim -qGthird -MG '' $msg1 $msg2 **** +### default q exim -bp **** +### alternate q exim -bp -qGalternate **** +### third q exim -bp -qGthird **** # |