diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-14 15:15:34 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-14 15:15:34 +0000 |
commit | 5c6cf6a0d5cb7da39e7fde01dca1ff862c1fa1c8 (patch) | |
tree | 09a896fa28115d465a447ff7a62c3a5b0130dd96 /test/stdout/4000 | |
parent | 30079bc1d20c0473d012ef33654358cfadb0a2ff (diff) |
Account properly for quoted or 2047-encoded MIME parameters while walking headers. Bug 1558
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 789a8fe1a..42d2eefc7 100644 --- a/test/stdout/4000 +++ b/test/stdout/4000 @@ -20,3 +20,14 @@ 354 Enter message, ending with "." on a line by itself
250 OK id=10HmaY-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=10HmaZ-0005vi-00
+221 myhost.test.ex closing connection
|