diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-09-23 20:14:53 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-09-25 12:33:46 +0100 |
commit | 3521c45bbdb90a8585057dab36ec49f854b1dc40 (patch) | |
tree | 873f535a798b0410d2827f67dfa8d56c613131d9 | |
parent | 7a5018557fc37383a98078d7b826c513c2126c2e (diff) |
Docs: fix descriptions for dkim_domain, dkim_selector
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 3894c56cf..b8df13996 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -40812,7 +40812,7 @@ but for EC keys it is the base64 of the pure key; no ASN.1 wrapping. Signing is enabled by setting private options on the SMTP transport. These options take (expandable) strings as arguments. -.option dkim_domain smtp string list&!! unset +.option dkim_domain smtp "string list&!!" unset The domain(s) you want to sign with. After expansion, this can be a list. Each element in turn, @@ -40822,7 +40822,7 @@ while expanding the remaining signing options. If it is empty after expansion, DKIM signing is not done, and no error will result even if &%dkim_strict%& is set. -.option dkim_selector smtp string list&!! unset +.option dkim_selector smtp "string list&!!" unset This sets the key selector string. After expansion, which can use &$dkim_domain$&, this can be a list. Each element in turn is put in the expansion |