diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-10 15:18:56 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-10 15:33:49 +0100 |
commit | e5903596a0f6b078f5854ca591963e21c7f7328a (patch) | |
tree | 2a17fa1dc8bc989912a49b5aac432d2344580f39 /test | |
parent | 345f272404cb1c454b7602214c76fd0ebf04d66e (diff) |
Fix listing a named queue by a non-admin user. Bug 2398
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/0000-Basic/0576 | 10 | ||||
-rw-r--r-- | test/stdout/0576 | 12 |
2 files changed, 22 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0576 b/test/scripts/0000-Basic/0576 index 6f01d9aae..dedc73d23 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,6 @@ QUIT # sudo mv DIR/spool/alternate/input/* DIR/spool/input/ exim -q +**** +# +no_stderr_check diff --git a/test/stdout/0576 b/test/stdout/0576 index 527865b62..a15ecdd5d 100644 --- a/test/stdout/0576 +++ b/test/stdout/0576 @@ -9,6 +9,14 @@ 354 Enter message, ending with "." on a line by itself
250 OK id=10HmaY-0005vi-00
221 the.local.host.name closing connection
+### default q + 0m sss 10HmaX-0005vi-00 <CALLER@the.local.host.name> + normal@test.ex + +### alternate q + 0m sss 10HmaY-0005vi-00 <CALLER@the.local.host.name> + alternate@test.ex + 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 OK
250 Accepted
@@ -21,3 +29,7 @@ 354 Enter message, ending with "." on a line by itself
250 OK id=10HmbA-0005vi-00
221 the.local.host.name closing connection
+ +******** SERVER ******** +### default q +### alternate q |