geektron has asked for the wisdom of the Perl Monks concerning the following question:
a lot of the nodes i've seen deal with parsing mboxes, not with taking the mail off of STDIN. i know i'll hit a bottleneck ... so maybe there's a better way to architect it.
in the meantime, with of the some 10,000 odd Mail::* modules are recommended for:
1. lopping off the attachment ( the orig. message is attached )
2. parsing the message for the bad email address in the To: field.
i was originally looking at Mail::Header ... then I realized the messages have the original mail *attached*.
Mail::Message::Attachment::Stripper looks OK, but i'm wondering (out loud, i guess) if i can just pass the attachment to Mail::Header to yank out the orig. To: field
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: [Module recommendation ] parsing incoming email (piped to a script)
by neilwatson (Priest) on Mar 29, 2004 at 21:16 UTC | |
|
Re: [Module recommendation ] parsing incoming email (piped to a script)
by mpeppler (Vicar) on Mar 29, 2004 at 21:20 UTC | |
|
Re: [Module recommendation ] parsing incoming email (piped to a script)
by xdg (Monsignor) on Mar 29, 2004 at 22:07 UTC |