From: Todd Lyons Date: Tue, 24 Sep 2013 15:37:29 +0000 (-0700) Subject: Additions to the NewStuff summary file X-Git-Tag: exim-4_82_RC1 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/b1f3784933eae4f773f542f4f31c0e8b52f2d993 Additions to the NewStuff summary file --- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 65694201d..4de372abd 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 ------------