X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e498ab40197936833f696439e78c5cb08e5180cb..ecf1e77accda6355ebb745a0a03e97ba7eb298b2:/test/scripts/0000-Basic/0576 diff --git a/test/scripts/0000-Basic/0576 b/test/scripts/0000-Basic/0576 index 144f02c48..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 **** # @@ -46,7 +53,70 @@ foo . QUIT **** -# sleep 3 -# killdaemon +# +# third-party queue transfer +exim -bs +MAIL FROM: +RCPT TO: +DATA +Subject: test + +foo +. +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