diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-18 15:42:39 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-18 16:37:09 +0000 |
commit | c9cf9ac495443d40a9196d9f402313a11a83fae9 (patch) | |
tree | 2ff28fc1d6a084e6a0138346d7d4ee6d3789a4c4 /doc | |
parent | 39e02651ac166a6f5c8dc30070e9cca309570280 (diff) |
DMARC: add results to generic authres string; remove $dmarc_ar_header
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 | ||||
-rw-r--r-- | doc/doc-txt/experimental-spec.txt | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index eb0e1a346..1dff01fb5 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -160,6 +160,9 @@ JH/29 Bug 2250: Fix a longstanding bug in heavily-pipelined SMTP input (such (propating to people being dropped from mailing lists). Discovered and pinpointed by David Carter. +JH/30 The (EXPERIMENTAL_DMARC) variable $dmarc_ar_header is withdrawn, being + replaced by the ${authresults } expansion. + Exim version 4.90 ----------------- diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt index 839200c6c..2cac9e90d 100644 --- a/doc/doc-txt/experimental-spec.txt +++ b/doc/doc-txt/experimental-spec.txt @@ -548,9 +548,8 @@ expansion variables are available: are "none", "reject" and "quarantine". It is blank when there is any error, including no DMARC record. - o $dmarc_ar_header - This is the entire Authentication-Results header which you can - add using an add_header modifier. +A now-redundant variable $dmarc_ar_header has now been withdrawn. +Use the ${authresults } expansion instead. 5. How to enable DMARC advanced operation: |