diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-06-03 15:50:00 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-06-03 15:50:47 +0100 |
commit | e498ab40197936833f696439e78c5cb08e5180cb (patch) | |
tree | 054f9a49fe8e8e255d1417cf56dccb7f12e38eae /test/scripts/0000-Basic | |
parent | ab7ecc495b4909b8ee9c7ae8747436aa1881b9e7 (diff) | |
parent | 9befa1ca9a2acc3cb372b53504ace48cc2ac2a2f (diff) |
Merge branch 'multiqueue_336': Named queues
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0002 | 1 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0576 | 52 |
2 files changed, 53 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0002 b/test/scripts/0000-Basic/0002 index 583adcff0..278a38660 100644 --- a/test/scripts/0000-Basic/0002 +++ b/test/scripts/0000-Basic/0002 @@ -23,6 +23,7 @@ primary_hostname: ${primary_hostname} qualify_domain: $qualify_domain bounce_return_size_limit: ${bounce_return_size_limit} spool_directory: $spool_directory +queue_name: $queue_name unknown: ${unknown} h_subject: $h_subject:(should be empty) h_subject:$h_subject (should be empty) diff --git a/test/scripts/0000-Basic/0576 b/test/scripts/0000-Basic/0576 new file mode 100644 index 000000000..144f02c48 --- /dev/null +++ b/test/scripts/0000-Basic/0576 @@ -0,0 +1,52 @@ +# named queues +# Exim test configuration 0576 +# +no_msglog_check +# +exim -bs +MAIL FROM:<CALLER@myhost.test.ex> +RCPT TO: <normal@test.ex> +DATA +Subject: test + +foo +. +RSET +MAIL FROM:<CALLER@myhost.test.ex> +RCPT TO: <alternate@test.ex> +DATA +Subject: test + +foo +. +QUIT +**** +# +exim -qq +**** +# +exim -qGnosuchqueue +**** +# +exim -qGalternate +**** +# +# +# +exim -DSERVER=server -qGlowpri/3s +**** +sleep 1 +exim -bs +MAIL FROM:<CALLER@myhost.test.ex> +RCPT TO: <lowpri@test.ex> +DATA +Subject: test + +foo +. +QUIT +**** +# +sleep 3 +# +killdaemon |