I need to extract the header and body information from
a Unix mbox one message at a time, do some edit checks on
the header & body, return a message to the sender if errors are
detected in the body, and delete the processed messages
from the mailbox. I'm trying to use the Mail::Box module
to accomplish this task; however being new to Perl using this
module is over my head. I saw the module Mail-Mbox Parser on CPAN.
Will this module accomplish what I need to do? I need some
guidance! Should I try using one of the above mentioned modules
or try writing a script to read the mbox head-on? Any guidance
you can provide will be appreciated. Thanks.
bod