Um, the code I sent you does that already. Otherwise, you can do a RegEx looking
for the start text of Message-ID and an end text of >. The regex below will get
the message ID for you from a raw header
"Message-ID: <([^>]+)>"



> I am running CFMX and am specifically looking for the message ID and reply
> information.  I tried parsing by linebreak, which did not work and I was not
> sure how accurate that would be.
>
> Thanks
> -- Jeff
>
> -----Original Message-----
> From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 21, 2003 2:04 PM
> To: CF-Talk
> Subject: Re: Parsing Mail Headers
>
>
> Jeff Chastain wrote:
> > Does anybody know of a tag or script somewhere that will parse out
> > email headers?
>
> What do you need to extract? Does it need to run under CF MX (which has
> a ug in CFPOP which strips all linebreaks)?
>
> Jochem
>
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to