Re: beginner trying to parse a piece of mail

2003-08-27 Thread Joan C
Thanks for the advice. The script now goes through each email and the regex gets the Appointment Date properly. I think my last misunderstanding is how to loop through and get all of the "Comments" in each email, because they tend to be multi-line. Currently, it keeps looping in an endless loop.

Re: beginner trying to parse a piece of mail

2003-08-26 Thread Tassilo von Parseval
On Mon, Aug 25, 2003 at 05:19:14PM -0700 nntp.perl.org wrote: > I have had success now using Mail::MboxParser for all my basic mail parsing > needs, like getting subject, from, to. Now bossman wants me to do more > extensive regex filtering and grabbing weird data in the email body. > > I wrote

Re: beginner trying to parse a piece of mail

2003-08-26 Thread Ramprasad A Padmanabhan
Nntp.Perl.Org wrote: I have had success now using Mail::MboxParser for all my basic mail parsing needs, like getting subject, from, to. Now bossman wants me to do more extensive regex filtering and grabbing weird data in the email body. I wrote a little test script, shown below. I am able to get

beginner trying to parse a piece of mail

2003-08-26 Thread nntp.perl.org
I have had success now using Mail::MboxParser for all my basic mail parsing needs, like getting subject, from, to. Now bossman wants me to do more extensive regex filtering and grabbing weird data in the email body. I wrote a little test script, shown below. I am able to get the "appointment dat