Fix dkimverify verbose option so it works and add documentation, thanks to Uwe Kleine-König for the patch (Debian: #1075791), bump version to 1.1.9

This commit is contained in:
Scott Kitterman
2024-07-05 09:42:26 -04:00
parent 21b9410f4f
commit 2275718e74
5 changed files with 13 additions and 5 deletions
+2 -1
View File
@@ -142,11 +142,12 @@ code 0 if the signature verifies successfully. Otherwise, it returns with exit
code 1.
.SH "USAGE"
usage: dkimverify.py [\-h] [\-\-index N] <message
usage: dkimverify.py [\-h] [\-\-index N] [\-\-verbose] <message
optional arguments:
\-h, \-\-help show this help message and exit
\-\-index N Index of DKIM signature header to verify: default=0
\-\-verbose Emit diagnostic output
.SH "AUTHORS"
This version of \fBdkimverify\fR was written by Greg Hewgill <greg@hewgill.com>.