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==_--