Do I do this before or after the existing action_add_part?

Something like this?:

action_add_part($entity, "text/plain", "-suggest",
        "$report\n",
        "SpamAssassinReport.txt", "inline");

action_add_part($entity, "text/plain", "-suggest",
        "$report\n",
        "", "inline",0); 


-- Mike


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of kamal
Sent: Wednesday, April 07, 2004 4:40 PM
To: [EMAIL PROTECTED]
Subject: Re: [Mimedefang] Spam Results

Use action_add_part to add a new part with offset=0, and empty string as
filename.

Mike Carlson wrote:
> Is there a way to configure MIMEDefang to include the original message

> as an attachment and not display it in the email with the results?

_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang
mailing list [EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang



_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to