I am using a php built web based email client to read my emails. When I get the "Spam detection software.." email with the original email attached, I cant get the attachment. When I look at the email source code from outlook, it looks like spamassasin leaves out:
"filename=myfile.doc" which is usually under "Content-Disposition: attachment" basically my php code cant parse the email properly. Is this something I can change in maildroprc? thanks this is what part of the spammassasin email looks like: ------------=_40CA1169.2E769C5F Content-Type: message/rfc822; x-spam-type=original Content-Description: original message before SpamAssassin Content-Disposition: attachment Content-Transfer-Encoding: 8bit Return-Path: <[email protected]> Delivered-To: [email protected] Received: from usvap034 (host1.test.com [10.0.1.1]) by email2.test.com (Postfix) with ESMTP id 9C826C0847 for <[email protected]>; Fri, 11 Jun 2004 16:09:13 -0400 (EDT) Message-ID: <[EMAIL PROTECTED]> From: "test" <[email protected]> To: <[email protected]> Subject: v**** Date: Fri, 11 Jun 2004 16:08:46 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C44FCE.601431D0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C44FCE.601431D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable v***** ------=_NextPart_000_0005_01C44FCE.601431D0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/
