The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mail::Audit::Qmail - Mail::Audit plugin to resend using qmail-inject

SYNOPSIS

    use Mail::Audit qw(Qmail);
        my $mail = Mail::Audit->new;
    ...
        $mail->qmail_resend($to);

DESCRIPTION

Resends the message using qmail-inject. Preserves the envelope sender.

Dies if anything goes wrong, so you might want to wrap it in an eval.

METHODS

qmail_resend($to)

well, duh.

AUTHOR

Ask Bjoern Hansen <ask@develooper.com>

SEE ALSO

Mail::Audit

1 POD Error

The following errors were encountered while parsing the POD:

Around line 59:

You forgot a '=back' before '=head1'