Mike Blezien wrote: > Hello, > > we are currently using the Mail::Audit module to resend piped incoming > emails to a particular domain then sends it to various aliases emails > from a database. I'm trying locate a similar module but doesn't put alot > of the header garbage into the body of the email. Then Mail::Audit > doesn't really remove certain headers from the actual body of the email. > > Is there a module that works similar as the Mail::Audit, but extracts > the actual body content of the email without some of the headers > included in it?? > > TIA
This is a rather confusing description of what you are doing, if you can clean it up a bit we might be able to give you a better solution. Although it has a very steep learning curve, there isn't a lot that the Mail::Box suite can't do. If I wanted to do anything remotely complex with mail (and I have) I would use it hands down. It has incredible documentation, though that too has a little bit of a learning curve :-). http://perl.overmeer.net/mailbox/ There is also a mailing list... http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>