Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Mail::Audit::PGP - Mail::Audit plugin for PGP header fixing
VERSION
version 1.702
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.
SEE ALSO
AUTHOR
Simon Cozens
COPYRIGHT AND LICENSE
This software is copyright (c) 2003 by Simon Cozens.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.