diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-15 19:27:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-15 20:34:28 +0100 |
commit | 2f8e0a5f6bc17ccd0749c0dc28f5da28da5d25a2 (patch) | |
tree | 317d43b87c1e1e9f4ca315e5680bd10a18e158a2 /test/scripts/3400-plaintext | |
parent | b9a2d0dd658cab56e0d1365e1c6a7c5ce9473bcf (diff) |
hosts_require_helo
Diffstat (limited to 'test/scripts/3400-plaintext')
-rw-r--r-- | test/scripts/3400-plaintext/3400 | 1 | ||||
-rw-r--r-- | test/scripts/3400-plaintext/3410 | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/scripts/3400-plaintext/3400 b/test/scripts/3400-plaintext/3400 index 164ace593..815dd392f 100644 --- a/test/scripts/3400-plaintext/3400 +++ b/test/scripts/3400-plaintext/3400 @@ -1,5 +1,6 @@ # plaintext server tests exim -bh 10.0.0.2 +helo test mail from:<junk@jink.jonk.test.ex> rset vrfy userx@test.ex diff --git a/test/scripts/3400-plaintext/3410 b/test/scripts/3400-plaintext/3410 index 20b5e067c..2a6df2555 100644 --- a/test/scripts/3400-plaintext/3410 +++ b/test/scripts/3400-plaintext/3410 @@ -1,5 +1,6 @@ # ACL basic auth tests exim -bh 5.6.9.1 +helo test mail from:<x@y> rcpt to:<x@y> rset @@ -10,6 +11,7 @@ rcpt to:<x@y> quit **** exim -bh 5.6.10.1 +helo test mail from:<x@y> rcpt to:<x@y> rset |