diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-27 11:29:32 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-07-27 11:29:32 +0000 |
commit | 084efe8d7243ef5184443e2c7075e80074476703 (patch) | |
tree | 66356b34d557beaa18fda8abad4ce3e46ae2a4c4 /test/stdout | |
parent | 9ecb03f392a171ae1f3f945e783c5d2c3b847c29 (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/stdout')
-rw-r--r-- | test/stdout/0089 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/stdout/0089 b/test/stdout/0089 index 916f0acb5..02576912e 100644 --- a/test/stdout/0089 +++ b/test/stdout/0089 @@ -25,6 +25,10 @@ userx@myhost.test.ex 250 OK
250 Accepted
550 relay not permitted
+250 Reset OK
+500 unrecognized command
+500 unrecognized command
+500 unrecognized command
221 myhost.test.ex closing connection
abcd@test.ex router = select, transport = dummy |