Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

XFOR: Unexpected Text Attachment in Mail Received from Internet


View products that this article applies to.

This article was previously published under Q153464

↑ Back to the top


Symptoms

When you receive mail by way of the Internet Mail Connector (IMC), there is a file attachment with a name such as ATT00000.txt; the attachment contains only text.

↑ Back to the top


Cause

A multipart/mixed MIME document is received that contains more than one text section. Only the first text section appears in the message body; all remaining text sections are interpreted as text file attachments.

↑ Back to the top


Status

Microsoft has confirmed this to be a problem in Microsoft Exchange Server version 4.0. This problem has been corrected in the latest U.S. Service Pack for Microsoft Exchange Server version 4.0. For information on obtaining the Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces):
S E R V P A C K
Microsoft has confirmed this to be a problem in Microsoft Exchange Server version 5.0. This problem has been corrected in the latest U.S. Service Pack for Microsoft Exchange Server version 5.0. For information on obtaining the Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces):
S E R V P A C K

↑ Back to the top


More information

This happens most commonly with an Internet mail client that is sending an attachment and also appending an auto-signature. For example, here is a fragment of a multi-part mime message:
   Content-Type: multipart/mixed;
   boundary="=====================_856378041==_"
   Content-Type: text/plain; charset="us-ascii"
				

This sentence will be seen in the body of the message.
   --=====================_856378041==_
   Content-Type: application/msword; name="WORD.DOC";
   x-mac-type="42494E41"; x-mac-creator="4D535744"
   Content-Transfer-Encoding: base64
   Content-Disposition: attachment; filename="WORD.DOC"

   0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAOwADAP7/CQAGAAAAAAAAAAAAAAABAAAAAQA
      AAAAAAAAA

   <Base64 MIME Encoding - Removed for Brevity>

   /v8JAAYAAAAAAAAAAAAAAAEAAAABAAAAAAAAAAAQAAACAAA=
   --=====================_856378041==_
   Content-Type: text/plain; charset="us-ascii"
				

This paragraph will be seen in the text file attachment. Frequently this text contains the auto-signature text sent by Internet mail clients, such as Eudora Light 3.0.
   --=====================_856378041==_--
				

↑ Back to the top


Keywords: KB153464, kbusage, kbfix, kbbug

↑ Back to the top

Article Info
Article ID : 153464
Revision : 6
Created on : 10/28/2006
Published on : 10/28/2006
Exists online : False
Views : 259