The attachments show up fine in Thunderbird, and they show up fine with Outlook using POP. But they show up inline in Outlook with the Scalix Connector.
We're using Server/Connector 11.2, Outlook 2003 SP3
I've been able to duplicate this problem with the data below..
Code: Select all
EHLO mail.ourdomain.com
MAIL FROM: <test@ourdomain.com>
RCPT TO: <test@ourdomain.com>
DATA
Subject: TEST
X-Mailer: Apple Mail (2.752.2)
Mime-Version: 1.0 (Apple Message framework v752.2)
Content-Type: text/plain;
name="test.txt";
x-mac-creator="74747874";
x-mac-type="54455854";
x-unix-mode="0644"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="test.txt"
this is data in the text file
.
QUIT
In the sample below, the data in the attachment actually shows instead of the message data.
Code: Select all
EHLO mail.ourdomain.com
MAIL FROM: <test@ourdomain.com>
RCPT TO: <test@ourdomain.com>
DATA
From: <test@ourdomain.com>
To: <test@ourdomain.com>
Subject: TEST
X-Mailer: Microsoft Office Outlook, Build 11.0.6353
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_NextPart_000_0025_01C85054.12288720"
------=_NextPart_000_0025_01C85054.12288720
Content-Type: multipart/related;
boundary="----=_NextPart_001_0026_01C85054.12288720"
------=_NextPart_002_0027_01C85054.12288720
Content-Type: text/plain;
charset="US-ASCII"
Content-Disposition: inline
Test Message
------=_NextPart_002_0027_01C85054.12288720
Content-Type: text/html;
charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-mi=
crosoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:wo=
rd" xmlns=3D"http://www.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Dus-asci=
i">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
=2Eshape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Comic Sans MS";
panose-1:3 15 7 2 3 3 2 2 2 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Comic Sans MS";
color:windowtext;
font-weight:normal;
font-style:normal;
text-decoration:none none;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=3DEN-US link=3Dblue vlink=3Dpurple>
<div class=3DSection1>
<p>Test Message</p>
</div>
</body>
</html>
------=_NextPart_002_0027_01C85054.12288720--
------=_NextPart_000_0025_01C85054.12288720
Content-Type: text/plain;
name="Test_attach.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="Test_attach.txt"
this is data in the text file
------=_NextPart_000_0025_01C85054.12288720--
.
QUIT