Skip to content

1.4.0.Beta0

Pre-release
Pre-release

Choose a tag to compare

@mskucherawy mskucherawy released this 31 May 03:25
· 451 commits to develop since this release

The Trusted Domain Project announces the first Beta release of OpenDMARC 1.4.0.

This is the first release in over a year. Please be patient as we shake off the dust and get caught up with old outstanding issues as well as changes in the relevant standards and practices.

Of particular interest: The project home is moving to GitHub. Please begin moving pull requests and tracked issues to https://github.com/trusteddomainproject/OpenDMARC for anything outstanding. At some point we will make a pass through what remains on SourceForge and copy over things that seem to be open/urgent/practical, but please help us out by moving things you think should qualify.

The current RELEASE_NOTES for this entry, which may be updated before release:

1.4.0           2018/06/??
        Add ARC support.  Extensive work contributed by ValiMail.
        Add "DomainWhitelist" and "DomainWhitelistFile" config options.
        Extract client IP address for ARC reports when provided via
                Authentication-Results.
        Update SQL schema to support new reporting functionality for DKIM
                selectors and ARC local policy overrides (refer to the example
                schema.mysql file).
        Add experimental support for reporting of ARC local policy overrides.
        Add support for recording and reporting of DKIM selectors.
        Override a DMARC "fail" if an ARC "pass" is recorded in conjunction with
                an ARC policy pass.
        Fix bug #137: Handle base64 inside AR tokens that are values.
                Problem reported by Joseph Coffland.
        LIBOPENDMARC: Fix bug #203: Reject DMARC records that have duplicate
                tags in them.  Reported by Dirk Stoecker.
        REPORTS: Feature request #146: Add option to pull input from a file.
        REPORTS: Fix bug #153: Suppress duplicate results from the same
                domain.  Patch from Tomki Camp.