From abe1010cc7d7d02629e1c9ca4a00240a44fe041e Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 1 Dec 2015 00:01:33 +0000 Subject: DKIM: $dkim_key_length visibility variable. Bug 1311 --- doc/doc-docbook/spec.xfpt | 5 ++++- doc/doc-txt/ChangeLog | 3 +++ doc/doc-txt/NewStuff | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index af41e4493..289ba65ee 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -11417,7 +11417,8 @@ see section &<>&. &$dkim_key_nosubdomains$& &&& &$dkim_key_srvtype$& &&& &$dkim_key_granularity$& &&& - &$dkim_key_notes$& + &$dkim_key_notes$& &&& + &$dkim_key_length$& These variables are only available within the DKIM ACL. For details see chapter &<>&. @@ -37962,6 +37963,8 @@ Key granularity (tag g=) from the key record. Defaults to "*" if not specified in the key record. .vitem &%$dkim_key_notes%& Notes from the key record (tag n=). +.vitem &%$dkim_key_length%& +Number of bits in the key. .endlist In addition, two ACL conditions are provided: diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index a199a8d0d..20623997f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -109,6 +109,9 @@ JH/21 Bug 1720: Add support for priority groups and weighted-random proxy "pri" and "weight". Note that the previous implicit priority given by the list order is no longer honoured. +JH/22 Bugs 963, 1721: Fix some corner cases in message body canonicalisation + for DKIM processing. + Exim version 4.86 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 7e530ce5d..7385212cc 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -26,6 +26,8 @@ Version 4.87 5. New "-bP config" support, to dump the effective configuration. + 6. New $dkim_key_length variable. + Version 4.86 ------------ -- cgit v1.2.3