summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0387
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-06-15 19:27:04 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-06-15 20:34:28 +0100
commit2f8e0a5f6bc17ccd0749c0dc28f5da28da5d25a2 (patch)
tree317d43b87c1e1e9f4ca315e5680bd10a18e158a2 /test/scripts/0000-Basic/0387
parentb9a2d0dd658cab56e0d1365e1c6a7c5ce9473bcf (diff)
hosts_require_helo
Diffstat (limited to 'test/scripts/0000-Basic/0387')
-rw-r--r--test/scripts/0000-Basic/03874
1 files changed, 4 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0387 b/test/scripts/0000-Basic/0387
index 155ad0235..24cb0eda7 100644
--- a/test/scripts/0000-Basic/0387
+++ b/test/scripts/0000-Basic/0387
@@ -1,5 +1,6 @@
# Partial matching and lookup name decoding
exim -bs
+helo test
mail from:<x@a.b.c>
rcpt to:<x@y>
rset
@@ -8,16 +9,19 @@ rcpt to:<x@y>
quit
****
exim -bs -oMa 10.9.8.7
+helo test
mail from:<x@b.c.a>
rcpt to:<x@y>
quit
****
exim -bs -oMa 192.168.4.5
+helo test
mail from:<x@b.c.a>
rcpt to:<x@y>
quit
****
exim -bs -oMa 1.2.3.4
+helo test
mail from:<x@b.c.a>
rcpt to:<x@y>
quit