OpenDMARC icon indicating copy to clipboard operation
OpenDMARC copied to clipboard

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 p...

Results 115 OpenDMARC issues
Sort by recently updated
recently updated
newest added

Hi I have received a mail from a subdomain of a DMARC enabled domain, but the authentication result is dmarc=none. `Received-SPF: pass (tastselvperson.sktst.dk: 147.29.150.227 is authorized to use '[email protected]' in...

bug

Reported by Frank J. Lhota, patch written by Juri Haberland. See SF ticket 212: https://sourceforge.net/p/opendmarc/tickets/212/

I've noticed the aggregate reports from opendmarc-reports v1.3.2 do not follow [RFC7489 Appendix C](https://tools.ietf.org/html/rfc7489#appendix-C) guidelines and schema. **Attachment:** Attachment media type invalid (should be "application/gzip" not "application/zip") Attachment filename doesn't...

bug

An email with the following "From:" header was accepted by my mail server: From: "Someone "@mydomain.com The server a.b.c.d from which this email was sent to my port 25 is...

Although the configure.ac checks the header files needed by `resolv.h` check functions for [`res_ninit` and `res_ndestroy`](https://github.com/trusteddomainproject/OpenDMARC/blob/9cebf724d601452d1a671ed5331551dbc18df83a/configure.ac#L152C37-L174C54) does not include them before use `resolv.h` This can cause some errors in configure...

Hello, I am a graduate student specializing in static analysis of programs. Recently, while using a static analysis tool to detect issues in open-source projects, I found several defects in...

Currently, opendmarc seems hardcoded to log to `/dev/log`. This is very problematic for running inside a container, because syslogd won't be available (and can't be run from a user because...

I'm contributing this PostgreSQL database schema as a foundation for adding support for PostgreSQL in the future. See also: https://github.com/trusteddomainproject/OpenDMARC/issues/246

Hi there, we want to run OpenDMARC with PostgreSQL instead of MySQL because of licensing issues. Is anyone out there who has done this already ? Thanks Ruben