diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-10 21:37:56 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-11 16:13:03 +0100 |
commit | a57ce043b4c47bd069343100b602e14fad38c43c (patch) | |
tree | 1d4166dc0831816487762f51b39561f81e098241 /test/scripts | |
parent | 59a286efa436395d340a4aba2bff35d611800bb5 (diff) |
Log EHLO response on getting conn-close response for HELO. Bug 1832
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0211 | 16 | ||||
-rw-r--r-- | test/scripts/5730-OCSP-GnuTLS-events/5730 | 4 |
2 files changed, 19 insertions, 1 deletions
diff --git a/test/scripts/0000-Basic/0211 b/test/scripts/0000-Basic/0211 index f8750d2e8..dbe41c723 100644 --- a/test/scripts/0000-Basic/0211 +++ b/test/scripts/0000-Basic/0211 @@ -59,3 +59,19 @@ QUIT exim -odi userx@domain1 usery@domain2 Test message 2 **** +# +exim -z "Test: reject ehlo, then close (late, giving time for HELO)" +**** +sudo rm DIR/spool/db/retry +server PORT_S +220 Connected OK +EHLO +550 You are banned +HELO +**** +exim -odi userx@domain1 +Test message 4 +**** +# +# +no_msglog_check diff --git a/test/scripts/5730-OCSP-GnuTLS-events/5730 b/test/scripts/5730-OCSP-GnuTLS-events/5730 index b86b03264..d22a1aa1f 100644 --- a/test/scripts/5730-OCSP-GnuTLS-events/5730 +++ b/test/scripts/5730-OCSP-GnuTLS-events/5730 @@ -52,7 +52,7 @@ test message. **** sleep 1 killdaemon -no_msglog_check +sudo rm DIR/spool/db/retry # # # @@ -65,6 +65,7 @@ test message. **** sleep 1 killdaemon +sudo rm DIR/spool/db/retry # # # @@ -82,3 +83,4 @@ killdaemon # # # +no_msglog_check |