diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-25 22:30:31 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-25 22:30:31 +0100 |
commit | ea7b1f162ff084a655dc0a5de87038b542f721f5 (patch) | |
tree | a43b5d86e763f1a9f7db4aae83a10cb09be47c51 /doc | |
parent | 08bd2689bdeceb41f161a7d54fc1af4abcbbb8c1 (diff) |
ARC: add $arc_oldest_pass variable, for verify
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 | ||||
-rw-r--r-- | doc/doc-txt/experimental-spec.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 3e19066a9..b2d4314b2 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -18,6 +18,10 @@ JH/03 Bug 2269: When presented with a received message having a stupidly large number of DKIM-Signature headers, disable DKIM verification to avoid a resource-consumption attack. The limit is set at twenty. +JH/04 Add variables $arc_domains, $arc_oldest_pass for ARC verify. Fix the + report of oldest_pass in ${authres } in consequence, and separate out + some descriptions of reasons for verification fail. + Exim version 4.91 ----------------- diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt index 481af1a9b..ac3f1cc23 100644 --- a/doc/doc-txt/experimental-spec.txt +++ b/doc/doc-txt/experimental-spec.txt @@ -799,6 +799,7 @@ There are three new variables: $arc_state, $arc_state_reason, $arc_domains: $arc_state_reason (if fail, why) $arc_domains colon-sep list of ARC chain domains, in chain order. problematic elements may have empty list elements + $arc_oldest_pass lowest passing instance number of chain Receive log lines for an ARC pass will be tagged "ARC". |