Re: Determine Email Headers

2004-05-24 Thread Mike Blezien
Wiggins d'Anconia wrote: Definitely more clear. See if my comments help, if not fire off some more questions :-). This is why I (and others) are so adamant about not handling mail directly, amazing that such a complex beast can be made to seem so simple *most* of the time... http://danconia.o

Re: Determine Email Headers

2004-05-24 Thread Mike Blezien
Wiggins d'Anconia wrote: Mike Blezien wrote: Read below [snip] Basically what we have is a piped forwarding script that when a "fake" email address, IE "[EMAIL PROTECTED]" is recieved it's piped to script: #!/usr/bin/perl ## use M

Re: Determine Email Headers

2004-05-24 Thread Wiggins d'Anconia
Mike Blezien wrote: Read below [snip] Basically what we have is a piped forwarding script that when a "fake" email address, IE "[EMAIL PROTECTED]" is recieved it's piped to script: #!/usr/bin/perl ## use Mail::Audit; use DBI; use st

Re: Determine Email Headers

2004-05-24 Thread Mike Blezien
Read below Wiggins d'Anconia wrote: Please bottom post... Mike Blezien wrote: This is what comes in the body of the email message if it's not plain text message and need to pass the email with the right headers so it's displayed correctly when received: Right, but the message itself is MIME and

Re: Determine Email Headers

2004-05-24 Thread Wiggins d'Anconia
Please bottom post... Mike Blezien wrote: This is what comes in the body of the email message if it's not plain text message and need to pass the email with the right headers so it's displayed correctly when received: Right, but the message itself is MIME and multipart. So I don't understand fro

Re: Determine Email Headers

2004-05-24 Thread Mike Blezien
This is what comes in the body of the email message if it's not plain text message and need to pass the email with the right headers so it's displayed correctly when received: Message Body content: This is a multi-part message in MIME format. --=_NextPart_000_0013_01C4419E.02807DF0 Cont

Re: Determine Email Headers

2004-05-24 Thread Mike Blezien
What I was getting at, is a email is sent as a standard plain text message, the body content of the message is sent with no problems, but if the message is sent as HTML formatted email, then all the HTML elements, tags...etc are included in the body of the message so I was wondering, when us

Re: Determine Email Headers

2004-05-24 Thread Wiggins d Anconia
> Hello, > > we're currently using the Mail::Audit module to process a perl script that pipes > email sent to "fake" forward emails address, then send it's to a real > address,... all works fine except if it's a HTML formatted email. My question > is, is it possible with this module to determin

Determine Email Headers

2004-05-24 Thread Mike Blezien
Hello, we're currently using the Mail::Audit module to process a perl script that pipes email sent to "fake" forward emails address, then send it's to a real address,... all works fine except if it's a HTML formatted email. My question is, is it possible with this module to determine if it's HTM