diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-08 13:25:57 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-08 13:25:57 +0100 |
commit | fa665e0b7252b5916f0fbd57d6ef8c1f0a9b080f (patch) | |
tree | 2c0f441cfd619568085193a9c0c55d3ce902e2c9 /test/scripts | |
parent | dc7e5e528d1193fdd82676e451ac32751f28851b (diff) |
periodic queue runner
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0574 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/test/scripts/0000-Basic/0574 b/test/scripts/0000-Basic/0574 index 162b51f85..3c7a06c5a 100644 --- a/test/scripts/0000-Basic/0574 +++ b/test/scripts/0000-Basic/0574 @@ -1,6 +1,8 @@ # named queues # Exim test configuration 0574 # +no_msglog_check +# exim -bs MAIL FROM:<CALLER@myhost.test.ex> RCPT TO: <normal@test.ex> @@ -29,4 +31,22 @@ exim -qGnosuchqueue exim -qGalternate **** # -no_msglog_check +# +# +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 |