diff options
author | Todd Lyons <tlyons@exim.org> | 2014-04-12 10:42:52 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2014-04-15 12:58:55 -0700 |
commit | 8c8b8274fc537766da72eab2f79a62d1603d6638 (patch) | |
tree | 74e9efc0cfbdc085e777ae00cad922ae9a16cdf3 /doc/doc-txt/ChangeLog | |
parent | 364e49ab87bf81774f12f8b0e21509eb51c88b71 (diff) |
Add expansion for DMARC policy
New variable is $dmarc_domain_policy
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 17e8091ce..0d4652bd2 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -75,6 +75,10 @@ JH/12 Expand items in router/transport headers_add or headers_remove lists they may be empty; requires that headers_remove items with embedded colons must have them doubled (or the list-separator changed). +TL/07 Add new dmarc expansion variable $dmarc_domain_policy to directly + view the policy declared in the DMARC record. Currently, $dmarc_status + is a combined value of both the record presence and the result of the + analysis. Exim version 4.82 ----------------- |