summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-07-27 11:29:32 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-07-27 11:29:32 +0000
commit084efe8d7243ef5184443e2c7075e80074476703 (patch)
tree66356b34d557beaa18fda8abad4ce3e46ae2a4c4 /test/scripts
parent9ecb03f392a171ae1f3f945e783c5d2c3b847c29 (diff)
Exim was not testing for a space following SMTP commands such as EHLO
that require one. Thus, EHLORHUBARB was interpreted as a valid command. This bug exists in every version of Exim that I still have, right back to 0.12.
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/0000-Basic/00894
1 files changed, 4 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0089 b/test/scripts/0000-Basic/0089
index d7ddbd6cb..1fcd8dfdf 100644
--- a/test/scripts/0000-Basic/0089
+++ b/test/scripts/0000-Basic/0089
@@ -16,6 +16,10 @@ helo @#$%^&*()
mail from:<root>
rcpt to:<xx@reLAY.ONE.ex>
rcpt to:<yy@relay.two.ex>
+rset
+helorhubarb
+mailfrom:<>
+rsettling
quit
****
2