Re: removing one body part from a message

Gilles <[email protected]> Sun, 13 Feb 2005 00:51:45 +0100
Newsgroups gmane.comp.lang.perl.modules.mail-box
Message-ID <[email protected]>
> If I create a reply to a message, how can I remove the first body part which says;
> 
> <snip>
> On Sat Feb 12 22:07:32 2005, Zaphod wrote:
> 
> [Your message is attached]
> <snip>

Not tested, but (according to "perldoc Mail::Message::Construct::Reply")

  $msg->replyPrelude( '' ) ;

should do it.