CLI utilities for working with DKIM2 signed mails.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-09 15:26:31 +01:00
cmd Pull CLI tools from dkim2 repo to their own. 2026-09-09 15:26:31 +01:00
.gitignore Pull CLI tools from dkim2 repo to their own. 2026-09-09 15:26:31 +01:00
go.mod Pull CLI tools from dkim2 repo to their own. 2026-09-09 15:26:31 +01:00
go.sum Pull CLI tools from dkim2 repo to their own. 2026-09-09 15:26:31 +01:00
LICENSE Initial commit 2026-09-09 13:53:20 +00:00
README.md Pull CLI tools from dkim2 repo to their own. 2026-09-09 15:26:31 +01:00

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.