logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dkimverify - Script for DKIM verifying messages on stdin

Authors

       This version of dkimverify was written by Greg Hewgill <greg@hewgill.com>.

       This man-page was created by Scott Kitterman <scott@kitterman.com> and is licensed under the  same  terms
       as dkimpy.

                                                   2017-01-23                                      dkimverify(1)

Description

       dkimverify  reads  an  RFC822  message  on  standard input, and returns with exit code 0 if the signature
       verifies successfully. Otherwise, it returns with exit code 1.

Name

       dkimverify - Script for DKIM verifying messages on stdin

Usage

       usage: dkimverify.py [-h] [--index N] <message

       optional arguments:
         -h, --help  show this help message and exit
         --index N   Index of DKIM signature header to verify: default=0

Version

       1.1.0

See Also