
dkimverify.pl - verifies DKIM signatures on an email message

dkimverify.pl [options] < signed_email.txt
options:
--debug-canonicalization=FILE
dkimverify.pl --help
to see a full description of the various options

Outputs the canonicalized message to the specified file, in addition to computing the DKIM signature. This is helpful for debugging canonicalization methods.

Jason Long, <jlong@messiah.edu>

Copyright (C) 2006-2007 by Messiah College
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.