Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MIME Headers Jumble UP

Status
Not open for further replies.

AbdulHafidz

Programmer
Jun 10, 2007
1
MY
When sending in postfix, the MIME header is jumble up causing the HTML email cannot be displayed properly. Any idea why? Below is the MIME source:-

Received: from whatheck.com [202.190.203.123] by whatheck.whatheck.net with ESMTP
(SMTPD32-8.14) id A9E135BB0134; Fri, 08 Jun 2007 14:40:33 +0800
Received: from whatheck (whatheck.com [127.0.0.1])
by whatheck.com (Postfix) with SMTP id 908AF322549
for <hafidz@whatheck.com>; Fri, 8 Jun 2007 15:47:46 +0800 (MYT)
From: "What the Heck" <hafidz@whatheck.com>
To: =?utf-8?Q?=E0=B8=A0=E0=B8=B2=E0=B8=A9=E0=B8=B2=E0=B9=84=E0=B8=97?=,
=?utf-8?Q?=E0=B8=A2, =
Message-Id: <20070608074746.908AF322549@interecm.com>
Date: Fri, 8 Jun 2007 15:47:46 +0800 (MYT)
X-RCPT-TO: <hafidz@whatheck.com>
Status: U
X-UIDL: 466588390

?= <hafidz@netinfinium.com> <------ why this go to here??
Subject: =?utf-8?Q?=E0=B8=A0=E0=B8=B2=E0=B8=A9=E0=B8=B2=E0=B9=84=E0=B8=97?=
=?utf-8?Q?=E0=B8=A2 =E0=B8=A0=E0=B8=B2=E0=B8=A9=E0=B8=B2=E0=B9=84?=
=?utf-8?Q?=E0=B8=97=E0=B8=A2 new?=
Date: Fri, 8 Jun 2007 15:47:46 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
X-InterX-BMID: 2b8.1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "ww.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=3D"<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8"=
/>
<title>:: What the Heck ::</title>
<!---<link href=3D"css/tahoma.css" rel=3D"stylesheet" type=3D"text/css" =
/>--->
<style type=3D"text/css">
<!--
=2Estyle1 {color: #7B9041}
-->
</style>
</head>
...
...
...

Thanks in advance :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top