CLI utilities for working with DKIM2 signed mails.
- Go 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| cmd | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
dkim2utils
CLI utilities for working with DKIM2 signed mails.
dkim2sign signs a message.
dkim2verify verifies all the Dkim2 signatures in a message.
dkim2explain unpacks all the Dkim2-Signature and
Message-Instance headers, displaying their fields in a human
readable format.
dkim2history generates previous versions of a message, from
the history stored in Message-Instance headers.
These are not currently build or packaged, they'll need to be built from source.