DKIM: better syntax for control of oversigning. Bug 2180
[exim.git] / doc / doc-docbook / spec.xfpt
index 13fcad7244359f9ac7be40b59b0d87be08527688..a0eb53c58e3d12c662a6a11cdc9446aae78d96f5 100644 (file)
@@ -38608,6 +38608,17 @@ When unspecified, the header names listed in RFC4871 will be used,
 whether or not each header is present in the message.
 The default list is available for the expansion in the macro
 "_DKIM_SIGN_HEADERS".
+
+If a name is repeated, multiple headers by that name (or the absence therof)
+will be signed.  The textually later headers in the headers part of the
+message are signed first, if there are multiples.
+
+A name can be prefixed with either an '=' or a '+' character.
+If an '=' prefix is used, all headers that are present with this name
+will be signed.
+If a '+' prefix if used, all headers that are present with this name
+will be signed, and one signtature added for a missing header with the
+name will be appended.
 .wen