Security Advisories (1)
CVE-2005-4536 (2005-12-31)

Mail::Audit module in libmail-audit-perl 2.1-5, when logging is enabled without a default log file specified, uses predictable log filenames, which allows local users to overwrite arbitrary files via a symlink attack on the [PID]-audit.log temporary file.

NAME

Mail::Audit::PGP - Mail::Audit plugin for PGP header fixing

SYNOPSIS

    use Mail::Audit qw(PGP);
	my $mail = Mail::Audit->new;
    ...
    $mail->fix_pgp_headers;

DESCRIPTION

This is a Mail::Audit plugin which provides a method for checking whether a given email contains a PGP-signed or -encrypted message, and if so, adds the relevant headers to tell the mailer to check the signature or decrypt it.

AUTHOR

Simon Cozens <simon@cpan.org>

SEE ALSO

Mail::Audit