X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/e5903596a0f6b078f5854ca591963e21c7f7328a..44e90dfa8316518d0fcba106c9fc083a56e15101:/test/scripts/0000-Basic/0576 diff --git a/test/scripts/0000-Basic/0576 b/test/scripts/0000-Basic/0576 index dedc73d23..ddf17f8d9 100644 --- a/test/scripts/0000-Basic/0576 +++ b/test/scripts/0000-Basic/0576 @@ -72,4 +72,51 @@ sudo mv DIR/spool/alternate/input/* DIR/spool/input/ exim -q **** # +# +# Native queue transfer +### load messages +exim -bs +MAIL FROM: +RCPT TO: +DATA +Subject: test + +foo +. +RSET +MAIL FROM: +RCPT TO: +DATA +Subject: test + +foo +. +QUIT +**** +### default q +exim -bp +**** +### alternate q +exim -bp -qGalternate +**** +# +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 +**** +# no_stderr_check