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/mail | |
parent | ad4c5ff9c1656eb9691fb1687ce7e0c59291ebda (diff) |
Fix crash in mime acl when a parameter is unterminated
Verified-by: Wolfgang Breyha <wbreyha@gmx.net>
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/4000.userx | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/test/mail/4000.userx b/test/mail/4000.userx index 725770d63..81b21d224 100644 --- a/test/mail/4000.userx +++ b/test/mail/4000.userx @@ -218,3 +218,39 @@ foobar --T4sUOijqQbZv57TR-- +From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999 +Received: from CALLER (helo=test.ex) + by myhost.test.ex with local-esmtp (Exim x.yz) + (envelope-from <CALLER@myhost.test.ex>) + id 10HmbA-0005vi-00 + for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +Date: Tue, 2 Mar 1999 09:44:33 +0000 +From: J Caesar <jcaesar@test.ex> +To: a-list00@exim.org +Message-ID: <20041217133501.GA3059@test.ex> +Mime-Version: 1.0 +Content-Type: text/plain; charset="utf-8"" +Content-Disposition: inline +Subject: Nasty3 +Sender: CALLER_NAME <CALLER@myhost.test.ex> +X-0-content-type: text/plain +X-0-filename: +X-0-charset: utf-8; +X-0-boundary: +X-0-content-disposition: inline +X-0-content-transfer-encoding: +X-0-content-id: +X-0-content-description: +X-0-is-multipart: 0 +X-0-is-coverletter: 1 +X-0-is-rfc822: 0 +X-0-decode-filename: TESTSUITE/spool/scan/10HmbA-0005vi-00/10HmbA-0005vi-00-00000 +X-0-content-size: 1 + +--T4sUOijqQbZv57TR +Content-Type: text/plain; + +foobar + +--T4sUOijqQbZv57TR-- + |