This repository has been archived by the owner on Dec 13, 2019. It is now read-only.
Releases: solarissmoke/php-dmarc
Releases · solarissmoke/php-dmarc
v2.0.1
v2.0.0
This release modifies the structure of the data stored, and is a backward-incompatible change.
Specifically:
- A new
rptresult
table has been added that stores the results of SPF/DKIM checks for individual domains in a DMARC report. - The
dkim_domain
andspf_domain
columns have been removed from therptrecord
table.
This was necessary because the DMARC specification allows for multiple domains to be included in the result
section of a report - this occurs in cases where mail has been transparently forwarded through multiple hosts.