Re: Mail::Box resend problem

Gilles <[email protected]> Fri, 28 Jan 2005 14:45:01 +0100
Newsgroups gmane.comp.lang.perl.modules.mail-box
Message-ID <[email protected]>
Hello.

> using a simple script which just does:
> 
>     my $bounce = $message->bounce; # $message is-a Mail::Message from a Mail::Box::MBox
>     $bounce->send;
> 
> fails with the message
> 
>     No recipient addresses found in header

From 'perldoc Mail::Message::Construct::Bounce':
-----
NAME
       Mail::Message::Construct::Bounce - bounce a Mail::Message

SYNOPSIS
        $message->bounce(To => 'you')->send;
-----

Best,
Gilles