Add support for storing DKIM failed mails in a specified DiagnosticDirectory

This commit is contained in:
Scott Kitterman
2019-12-24 14:43:14 -05:00
parent db268764f5
commit 042005b38d
5 changed files with 14 additions and 7 deletions
+5 -3
View File
@@ -211,9 +211,11 @@ header and the second to the body.
.TP
.I DiagnosticDirectory (string)
Directory into which to write diagnostic reports when message verification
fails. If not set (the default), these files are not generated. [Unlike
OpenDKIM, this applies to all messages, not just on messages bearing a "z=" tag
because dkimpy does not yet support "z=".]
fails. If not set (the default), these files are not generated. The
directory must exist, dkimpy-milter will not create it and an error will be
raised if it does not. [Unlike OpenDKIM, this applies to all messages, not
just on messages bearing a "z=" tag because dkimpy does not yet support
"z=" processing.]
.TP
.I Domain (dataset)
+5 -3
View File
@@ -211,9 +211,11 @@ header and the second to the body.
.TP
.I DiagnosticDirectory (string)
Directory into which to write diagnostic reports when message verification
fails. If not set (the default), these files are not generated. [Unlike
OpenDKIM, this applies to all messages, not just on messages bearing a "z=" tag
because dkimpy does not yet support "z=".]
fails. If not set (the default), these files are not generated. The
directory must exist, dkimpy-milter will not create it and an error will be
raised if it does not. [Unlike OpenDKIM, this applies to all messages, not
just on messages bearing a "z=" tag because dkimpy does not yet support
"z=" processing.]
.TP
.I Domain (dataset)