Re: Parsing Bounced Emails

2007-10-29 Thread Nigel Peck
Dr.Ruud wrote: Consider MailTools: http://search.cpan.org/~markov/MailTools/ Thanks Dr.Rudd, looks useful to me. Cheers, Nigel -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Parsing Bounced Emails

2007-10-28 Thread Dr.Ruud
Nigel Peck schreef: > I've decided to write it from scratch, and could do with some > help! [...] > I can write regexes and have been working on parsing the bounces > with them but I think I could do better using parsing techniques > and modules that I don't understand right now. > > I've extracte

Re: Parsing Bounced Emails

2007-10-26 Thread Nigel Peck
Matthew Whipple wrote: http://www.epigroove.com/posts/69/review_of_bbounce_stay_away_far_away ... It this an example of a bounce response that you're having problems parsing? No it's just some other people discussing how they've had the same experience as me with bbounce.com, it sounds g

Re: Parsing Bounced Emails

2007-10-26 Thread Nigel Peck
Tom Phoenix wrote: Mail::DeliveryStatus::BounceParser... it doesn't work Maybe you need to fix that module so that it works for you, or to use a different module, or even to write parsing code from scratch. If you can't find a more suitable module for your needs, you could try Parse::RecDescent

Re: Parsing Bounced Emails

2007-10-25 Thread Matthew Whipple
Nigel Peck wrote: > > Hi all, > > Just hoping someone might have some advice on what to use to parse > bounced emails and tell me what type of bounces they are, if they are > bounces at all. > > I tried... > > Mail::DeliveryStatus::BounceParser... it doesn't work > > bbounce.com... they don't exist

Re: Parsing Bounced Emails

2007-10-25 Thread Tom Phoenix
On 10/25/07, Nigel Peck <[EMAIL PROTECTED]> wrote: > Just hoping someone might have some advice on what to use to parse > bounced emails and tell me what type of bounces they are, if they are > bounces at all. > > I tried... > > Mail::DeliveryStatus::BounceParser... it doesn't work Maybe you need