[eluser]smidiod[/eluser]
OK, so here is a message with an attachment (where the attachment path is invalid and the programmer didn't spot the error ... d'uh!)
Quote:Subject: =?utf-8?Q?Test_with_broken_attach?=
User-Agent: CodeIgniter
Date: Tue, 5 May 2009 18:40:25 +0100
From: "Faircycle testbed" <[email protected]>
Reply-To: "[email protected]" <[email protected]>
X-Sender: [email protected]
X-Mailer: CodeIgniter
X-Priority: 3 (Normal)
Message-ID: <[email protected]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="B_ATC_4a007a09cae72"
X-Cloudmark-Analysis: v=1.0 c=1 a=f3KF1xABGwYA:10 a=zWdrAmO6HrYA:10 a=zlDW84ILT6cUjMvqIccA:9 a=HUOryjtR0cDrQyMghjxW2Gg72BkA:4
This is a multi-part message in MIME format.
Your email application may not support this format.
--B_ATC_4a007a09cae72
Content-Type: multipart/alternative; boundary="B_ALT_4a007a09caa96"
--B_ALT_4a007a09caa96
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Dear bal bla bla,
--B_ALT_4a007a09caa96
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
--B_ALT_4a007a09caa96--
--B_ATC_4a007a09cae72--
And now, with the attachment removed for brevity - but the effect is the same if the path is valid.
Code:
Subject: =?utf-8?Q?Test_with_broken_attach?=
User-Agent: CodeIgniter
Date: Tue, 5 May 2009 18:42:53 +0100
From: "Faircycle testbed" <[email protected]>
Reply-To: "[email protected]" <[email protected]>
X-Sender: [email protected]
X-Mailer: CodeIgniter
X-Priority: 3 (Normal)
Message-ID: <[email protected]>
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="B_ALT_4a007a9d451eb"
X-Cloudmark-Analysis: v=1.0 c=1 a=f3KF1xABGwYA:10 a=zWdrAmO6HrYA:10 a=zlDW84ILT6cUjMvqIccA:9 a=HUOryjtR0cDrQyMghjxW2Gg72BkA:4 a=o9PM8HGNfBskj5mkJ4gA:9 a=D5SBOb9QXtBOQyXRaLgHPocyF2UA:4
This is a multi-part message in MIME format.
Your email application may not support this format.
--B_ALT_4a007a9d451eb
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Dear bal bla bla,
--B_ALT_4a007a9d451eb
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<meta http-equiv=3D"content-type" content=3D"text/html; charset=3Dutf-8" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><p>Dear bal bla bla,</p></html>
--B_ALT_4a007a9d451eb--
There's obviously something going on here - even CI's forums aren't beautifying the code!
As I said, this is a very minor and esoteric bug ... but someone might want to attend to it.