On Fri, 2003-11-21 at 14:05, John Manko wrote:
> Hi,
> What would be that best library/module for parsing a mail file.
> I want to be able to extract the values for header tags as well as
> the body(including 'recieved by').
John,
Here's a script I wrote to parse mbox files for a spammers
>
> Hi,
> What would be that best library/module for parsing a mail file. I
want to be able to extract the values for header tags as well as the
body(including 'recieved by').
>
I have successfully used:
MIME::Parser
Mail::Box
What is best is *very* subjective, for me it turned out to
Hi,
What would be that best library/module for parsing a mail file. I want to be able
to extract the values for header tags as well as the body(including 'recieved by').
Thanks,
John