On Sat, Dec 07, 2002 at 05:23:53AM +0100, Thorsten Haude wrote:
> I used Mail::Audit for quite some time, but it probably has a serious
> bug which makes it impossible to verify some signed mails.

Mail::Audit's MIME code has an annoying tendency to reformat message
bodies and thereby break GPG signatures.  And, it's annoyingly turned
on by default.  Fortunately it's easily turned off.  Try some
variation of this:

  my $msg = Mail::Audit->new(nomime => 1);

> It also seems to be unsupported.

It's been a while since the last release, but it is still being
supported.  In fact, Simon Cozens, the module's author, recently
started up a mailing list.  See

  http://use.perl.org/article.pl?sid=02/11/30/0353228&mode=flat&tid=5

for more information.

Walt

Attachment: msg17560/pgp00000.pgp
Description: PGP signature

Reply via email to