@@ -42613,24 +42613,27 @@ If set, this option must expand to a colon-separated
4261342613list of header names.
4261442614Headers with these names, or the absence of such a header, will be included
4261542615in the message signature.
42616+
42617+ A name can be prefixed with either an &"="& or a &"+"& character.
42618+ If an &"="& prefix is used, all headers that are present with this name
42619+ will be signed.
42620+ If a &"+"& prefix if used, all headers that are present with this name
42621+ will be signed, and one signature added for a missing header with the
42622+ name will be appended.
42623+
4261642624When unspecified, the header names listed in
4261742625&url(https://www.rfc-editor.org/rfc/rfc4871,RFC 4871) will be used,
42618- whether or not each header is present in the message.
42626+ with Resent-*: headers prefixed with &"="& so they are signed only
42627+ when present (allowing forwarders to add them).
42628+ The other headers listed are used whether or not they are present in the message.
4261942629The default list is available for the expansion in the macro
4262042630&"_DKIM_SIGN_HEADERS"&
42621- and an oversigning variant is in &"_DKIM_OVERSIGN_HEADERS"&.
42631+ and a variant oversigning all listed headers is in &"_DKIM_OVERSIGN_HEADERS"&.
4262242632
4262342633If a name is repeated, multiple headers by that name (or the absence thereof)
4262442634will be signed. The textually later headers in the headers part of the
4262542635message are signed first, if there are multiples.
4262642636
42627- A name can be prefixed with either an &"="& or a &"+"& character.
42628- If an &"="& prefix is used, all headers that are present with this name
42629- will be signed.
42630- If a &"+"& prefix if used, all headers that are present with this name
42631- will be signed, and one signature added for a missing header with the
42632- name will be appended.
42633-
4263442637.option dkim_timestamps smtp integer&!! unset
4263542638This option controls the inclusion of timestamp information in the signature.
4263642639If not set, no such information will be included.
0 commit comments