You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DMARC spec allows for zero or more DKIM results and one or more SPF
results. Prior to this commit, we only allowed for a single result for
each type. Update the dmarc.AuthResults struct to use a slice for each
type.
For reference, see the definition of AuthResultType in Appendix C of RFC
7489.
This change in the data model required updates to the Go templates. The
two HTML templates are almost exactly the same, so pull the common body
out into a separate const variable to ease maintenance.
Fixestierpod#45
I merged PR that should fix this problem yesterday. I'm going to make a new release soon. It would be nice if you could build dmart-report-converter from master branch and do some tests.
It happen for not parsing the correct DKIM Auth Result as the message may got multiple DKIM signatures.
Example:
I got this, and the parsed HTML show this entry as DKIM auth fail, SPF auth pass, but DMARC still pass for DKIM & SPF
The text was updated successfully, but these errors were encountered: