[exim-cvs] Additions to the NewStuff summary file

Pàgina inicial
Delete this message
Reply to this message
Autor: Exim Git Commits Mailing List
Data:  
A: exim-cvs
Assumpte: [exim-cvs] Additions to the NewStuff summary file
Gitweb: http://git.exim.org/exim.git/commitdiff/b1f3784933eae4f773f542f4f31c0e8b52f2d993
Commit:     b1f3784933eae4f773f542f4f31c0e8b52f2d993
Parent:     1ce2c5ce6d8a33b0b3ec8b331bf1d51356e61bc4
Author:     Todd Lyons <tlyons@???>
AuthorDate: Tue Sep 24 08:37:29 2013 -0700
Committer:  Todd Lyons <tlyons@???>
CommitDate: Tue Sep 24 08:37:29 2013 -0700


    Additions to the NewStuff summary file
---
 doc/doc-txt/NewStuff |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)


diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 6569420..4de372a 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -137,6 +137,17 @@ Version 4.82
 20. Callout connections can now AUTH; the same controls as normal delivery
     connections apply.


+21. Support for DMARC, using opendmarc libs, can be enabled. It adds new
+    options: dmarc_forensic_sender, dmarc_history_file, and dmarc_tld_file.
+    It adds new expansion variables $dmarc_ar_header, $dmarc_status,
+    $dmarc_status_text, and $dmarc_used_domain.  It adds a new acl modifier
+    dmarc_status.  It adds new control flags dmarc_disable_verify and
+    dmarc_enable_forensic.
+
+22. Add expansion variable $authenticated_fail_id, which is the username
+    provided to the authentication method which failed.  It is available
+    for use in subsequent ACL processing (typically quit or notquit ACLs).
+


Version 4.80
------------