diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-14 13:57:01 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-14 13:57:01 +0100 |
commit | 4e192008ab7db2b7b9f157bba50f71a46e1a0cd9 (patch) | |
tree | f0b84a4ab0439ca9fcbe07a3d8ac82bd1c027392 /test/scripts | |
parent | 4233fe0a33ed8dba34764472af7ac224321cb53d (diff) |
Testsuite: (named queues) add testcase for 3rd-party queue transfer
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0576 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/test/scripts/0000-Basic/0576 b/test/scripts/0000-Basic/0576 index 144f02c48..6f01d9aae 100644 --- a/test/scripts/0000-Basic/0576 +++ b/test/scripts/0000-Basic/0576 @@ -46,7 +46,20 @@ foo . QUIT **** -# sleep 3 -# killdaemon +# +# third-party queue transfer +exim -bs +MAIL FROM:<CALLER@myhost.test.ex> +RCPT TO: <alternate@test.ex> +DATA +Subject: test + +foo +. +QUIT +**** +# +sudo mv DIR/spool/alternate/input/* DIR/spool/input/ +exim -q |