diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-01 21:47:10 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-01 22:27:28 +0000 |
commit | e7c25d5b603a33e677efc4bccb6e5cac617e7ad5 (patch) | |
tree | 3a2ea181c7daadee073a0d1e9568fa13ea99aba0 /test/stdout/4000 | |
parent | bf485bf34df3fc2214765497a5552851c6a8977a (diff) |
Avoid crash with badly-terminated non-recognised mime parameter
Diffstat (limited to 'test/stdout/4000')
-rw-r--r-- | test/stdout/4000 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/stdout/4000 b/test/stdout/4000 index ae27f526e..24b8e2868 100644 --- a/test/stdout/4000 +++ b/test/stdout/4000 @@ -42,3 +42,14 @@ 354 Enter message, ending with "." on a line by itself
250 OK id=10HmbA-0005vi-00
221 myhost.test.ex closing connection
+220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250-myhost.test.ex Hello CALLER at test.ex
+250-SIZE 52428800
+250-8BITMIME
+250-PIPELINING
+250 HELP
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmbB-0005vi-00
+221 myhost.test.ex closing connection
|