trusteddomainproject / OpenDMARC

This is the Trusted Domain Project's impementation of the DMARC protocol libary and mail filter, called OpenDMARC. A "milter" connects to unix-based mailers (originally, sendmail, but now many) and provides a standard filtering API.
Other
98 stars 52 forks source link

opendmarc-reports does not join identical reports #212

Open stoecker opened 2 years ago

stoecker commented 2 years ago

A report for 100 emails contains 100 single entries each with a count of 1 instead of a few with higher counts. For example in one of my cases there should be only two reports, one for IPv4 and one for IPv6 address.

I'd be willing to provide a patch when it will not linger in the TBD queue like everything else.