Codebase list dkimpy-milter / a33e862
Temporary patch to account for man page regeneration. Scott Kitterman 3 years ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Scott Kitterman <scott@kitterman.com>
1 Date: Sun, 9 Aug 2020 17:28:16 -0400
2 Subject: update generated man page
3
4 ---
5 man/dkimpy-milter.conf.5 | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/man/dkimpy-milter.conf.5 b/man/dkimpy-milter.conf.5
9 index a363598..3ac18ef 100644
10 --- a/man/dkimpy-milter.conf.5
11 +++ b/man/dkimpy-milter.conf.5
12 @@ -428,7 +428,7 @@ of this field.
13 .TP
14 .I SigningTable (dataset)
15
16 -Defines a table used to select one or more signing identities to apply to a message based on the address found in the From: header field. Keys in this table vary depending on the type of table used; values in this data set should include one field that contains a name found in the KeyTable (see above) that identifies which key should be used in generating the signature, and an optional second field naming the signer of the message that will be included in the "i=" tag in the generated signature. Note that the "i=" value will not be included in the signature if it conflicts with the signing domain (the "d=" value).
17 +Defines a table used to select a signing identity to apply to a message based on the address found in the From: header field. Keys in this table vary depending on the type of table used; values in this data set should include one field that contains a name found in the KeyTable (see above) that identifies which key should be used in generating the signature, and an optional second field naming the signer of the message that will be included in the "i=" tag in the generated signature. Note that the "i=" value will not be included in the signature if it conflicts with the signing domain (the "d=" value).
18
19 If the first field contains only a "%" character, it will be replaced by the domain found in the From: header field. Similarly, within the optional second field, any "%" character will be replaced by the domain found in the From: header field.
20
0 0001-update-generated-man-page.patch