summaryrefslogtreecommitdiff
path: root/test/scripts/5200-queryprogram/5204
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/5200-queryprogram/5204')
-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
+****