diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-30 20:39:02 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-30 20:51:09 +0000 |
commit | bf485bf34df3fc2214765497a5552851c6a8977a (patch) | |
tree | 4544ffd8f02131a0e40fb9c93f4b38b4fcb664b7 /test/stdout | |
parent | ad4c5ff9c1656eb9691fb1687ce7e0c59291ebda (diff) |
Fix crash in mime acl when a parameter is unterminated
Verified-by: Wolfgang Breyha <wbreyha@gmx.net>
Diffstat (limited to 'test/stdout')
-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 42d2eefc7..ae27f526e 100644 --- a/test/stdout/4000 +++ b/test/stdout/4000 @@ -31,3 +31,14 @@ 354 Enter message, ending with "." on a line by itself
250 OK id=10HmaZ-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=10HmbA-0005vi-00
+221 myhost.test.ex closing connection
|