NAME

arcsign.pl - computes ARC signatures for an email message

SYNOPSIS

arcsign.pl [options] < original_email.txt
  options:
    --chain=pass|fail|none|ar
    --domain=DOMAIN
    --srvid=DOMAIN
    --selector=SELECTOR
    --key=FILE
    --debug-canonicalization=FILE
    --timestamp=INTEGER
    --wrap

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

OPTIONS

--chain

Chain value. "ar" means pick it up from Authentication-Results header.

--key

File containing private key, without BEGIN or END lines.

--domain

Signing domain

--srvid

Authentication-Results server domain, defaults to signing domain.

--debug-canonicalization

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

AUTHORS

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.