X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4fab92fbc2b63bac2d89c1dae69fa1845cb640b7..ecf1e77accda6355ebb745a0a03e97ba7eb298b2:/test/scripts/0000-Basic/0576 diff --git a/test/scripts/0000-Basic/0576 b/test/scripts/0000-Basic/0576 index 6f01d9aae..ddf17f8d9 100644 --- a/test/scripts/0000-Basic/0576 +++ b/test/scripts/0000-Basic/0576 @@ -22,6 +22,13 @@ foo QUIT **** # +### default q +exim -bp +**** +### alternate q +exim -bp -qGalternate +**** +# exim -qq **** # @@ -63,3 +70,53 @@ QUIT # 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