The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

arcverify.pl - verifies ARC signatures on an email message

SYNOPSIS

  arcverify.pl [options] < signed_email.txt
    options:
      --as-canonicalization=FILE
      --ams-canonicalization=FILE
      --dns=FILE
      --details

  arcverify.pl --help
    to see a full description of the various options

OPTIONS

--as-canonicalization =item --ams-canonicalization

Outputs the canonicalized message used for the ARC-Seal or ARC-Message-Signature to the specified file, in addition to computing the ARC signature. This is helpful for debugging canonicalization methods.

--details

Print details of ARC evaluation.

--dnsrecords=FILE

Use DNS records from that file rather than the real DNS.

AUTHOR

Jason Long, <jlong@messiah.edu>

John Levine, <john.levine@standcore.com>

COPYRIGHT AND LICENSE

Copyright (C) 2006-2007 by Messiah College Copyright 2017 by Standcore LLC

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.