Commit ad1bde6
Add SignHeaders From
From the man opendkim.conf:
OversignHeaders (dataset)
Specifies a set of header fields that should be included
in all signature header lists (the "h=" tag) once more than
the number of times they were actually present in the signed
message. The set is empty by default.
The purpose of this, and especially of listing an absent
header field, is to prevent the addition of important fields
between the signer and the verifier. Since the verifier would
include that header field when performing verification
if it had been added by an intermediary, the signed message
and the verified message were different and the verification
would fail. Note that listing a field name here and not
listing it in the SignHeaders list is likely to generate
invalid signatures.1 parent a9f2ab1 commit ad1bde6
2 files changed
Lines changed: 1 addition & 3 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
0 commit comments