summaryrefslogtreecommitdiff
path: root/test/scripts/5200-queryprogram
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 14:05:17 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 14:05:17 +0000
commit59e82a2a0e97f55f0e27323112116e01a06cb198 (patch)
tree945e9bc068b5c4dded91c9404f6ac1df785f1a78 /test/scripts/5200-queryprogram
parent312fd9e929e73d6c0d5ca7414431d2b87fa0ea21 (diff)
Improve queryprogram behaviour when not running as root.
Diffstat (limited to 'test/scripts/5200-queryprogram')
-rw-r--r--test/scripts/5200-queryprogram/52048
1 files changed, 7 insertions, 1 deletions
diff --git a/test/scripts/5200-queryprogram/5204 b/test/scripts/5200-queryprogram/5204
index 593ce82eb..2509091f9 100644
--- a/test/scripts/5200-queryprogram/5204
+++ b/test/scripts/5200-queryprogram/5204
@@ -1,4 +1,4 @@
-# queryprogram
+# queryprogram general tests
1
exim -bt '"ACCEPT hosts=localhost lookup=byname"@some.host'
****
@@ -26,3 +26,9 @@ exim -d-all+route -bt '"REDIRECT postmaster@test.ex"@some.host'
exim -odi '"FAIL cannot route this one (FAIL)"@some.host'
Test message
****
+exim -DCOMMAND_USER=CALLER -d-all+route -bh V4NET.2.3.4
+ehlo some.name
+mail from:<x@y>
+rcpt to:<"FAIL cannot route this one (FAIL)"@some.host>
+quit
+****