diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-25 17:49:03 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-25 17:49:03 +0000 |
commit | 622dbd6a512d2c7786125e3b80e96a43e54b8e90 (patch) | |
tree | 826e3f188f2721faaf1440688b284ef3dba75c3c /test/mail | |
parent | a0839bccad7eb451b0a2322b64488d5e2c37f269 (diff) |
MIME: fix crash on filenames having null charset. Bug 1730
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/4000.userx | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/test/mail/4000.userx b/test/mail/4000.userx index f59b904f3..486fb039d 100644 --- a/test/mail/4000.userx +++ b/test/mail/4000.userx @@ -303,6 +303,7 @@ Received: from CALLER (helo=test.ex) for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 Date: Tue, 2 Mar 1999 09:44:33 +0000 Message-ID: <20041217133501.GA3058@test.ex> +Subject: Nasty5 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="T4sUOijqQbZv57TR" From: CALLER_NAME <CALLER@myhost.test.ex> @@ -360,3 +361,41 @@ Content-Disposition: attachment; filename*=ISO-8859-1''%74%65%73%74%20%E4%20%74% --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 10HmbD-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: <20041217133502.GA3059@test.ex> +Mime-Version: 1.0 +Content-Type: application/pdf; + name*=''2015.11.13%20-%20Pr%C3%A4sentation%20GI%20-%20LK.PDF +Content-Disposition: attachment; + filename*=''2015.11.13%20-%20Pr%C3%A4sentation%20GI%20-%20LK.PDF +Subject: Nasty6 +Sender: CALLER_NAME <CALLER@myhost.test.ex> +X-0-content-type: application/pdf +X-0-filename: 2015.11.13 - Präsentation GI - LK.PDF +X-0-charset: +X-0-boundary: +X-0-content-disposition: attachment +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/10HmbD-0005vi-00/10HmbD-0005vi-00-00000 +X-0-content-size: 1 + +--T4sUOijqQbZv57TR +Content-Type: text/plain; + +foobar + +--T4sUOijqQbZv57TR-- + |