--- opendmarc-1.1.3/RELEASE_NOTES 2013-04-13 20:01:57.000000000 -0400 +++ opendmarc-1.2.0/RELEASE_NOTES 2014-03-15 02:32:53.000000000 -0400 @@ -3,6 +3,53 @@ This listing shows the versions of the OpenDMARC package, the date of release, and a summary of the changes in that release. +1.2.0 2014/03/14 + Feature request #44: Allow override of the From: field on forensic + reports. Requested by Scott Kitterman. + Feature request #45: Log the host portion of ignored + Authentication-Results fields at "debug" level. Suggested + by Andreas Schulze. + Feature request #56: Add "RequiredHeaders" setting to enforce syntax + checks against a message and reject those that don't comply. + Suggested by Franck Martin; additional code from Andreas + Schulze. + Feature request #65: Add "ForensicReportsBcc". Requested by + Franck Martin. + Fix bug #46: Charitable tweak to a couple of log messages. Requested + by Andreas Schulze. + Fix bug #55: The "SoftwareHeader" setting wasn't being set properly. + Problem noted by Birta Levente. + Fix bug #58: The "smtp.mailfrom" part of an Authentication-Results + field might contain only a domain name. Problem noted by Scott + Kitterman. + Fix bug #60: Default AuthservID to the name provided by the MTA, + not the local host name, which is consistent with what + OpenDKIM does. Suggested by Robbert Klarenbeek. + Merge request #2: Validate external recipients before adding them to + report recipient lists. Code from Will Orr. + Record all DKIM results to the history file, rather than only + passing results. + BUILD: Fix bug #50: Check libbsd for strlcat() and strlcpy() so we + don't make our own when we don't need to. Requested by + Scott Kitterman. + CONTRIB: Fix bug #52: Update path to draft RFC in contrib/spec. + Problem noted by Kevin San Diego. + CONTRIB: Fix bug #59: Allow database name, userid and password to be + specified on the command line rather than hard-coding them. + Problem noted by Scott Kitterman. + DOCS: Fix bug #48: Add a libopendmarc use overview page. + DOCS: Fix bug #53: Add man page for opendmarc-importstats. Requested + by Scott Kitterman. + REPORTS: Fix bug #51: Check status after every phase of SMTP when + sending reports. Suggested by Todd Lyons. + REPORTS: Fix DKIM status importing. + LIBOPENDMARC: Fix bug #68: Fix strict/relaxed checking logic when + a public suffix list is available. Reported by + Andreas Schulze. + LIBOPENDMARC: Fixed a bug where in some instances the fetch of the + orgainizational domain could wrongly return the from domain. + LIBOPENDMARC: Fix call to missing function. Patch from William Orr. + 1.1.3 2013/04/13 Fix reporting of nonexistent SPF results. Problem noted by Andrei Ioachim.