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

Hello, I am struggling with an opendmarc report. distribution: Debian buster kernel: `4.19.0-9-amd64` opendmarc version : `1.4.1.1-2~bpo10+1` An another provider's report ``` domain.tld pass 20200212 domain.tld pass 20200212 provider.domain.tld pass...

In commit dbd87868f2ca9c2ef11529cd757d1cc5ab228833 the signature of opendmarc_policy_store_dkim changed. This breaks with Exim (https://bugs.exim.org/show_bug.cgi?id=2728) and there's no way this can be resolved other than a configure check at Exim to check...

Find mail logs attached below: > Mar 25 20:58:31 boss postfix/smtpd[2285]: connect from list.uvm.edu[132.198.101.49] > Mar 25 20:58:33 boss policyd-spf[11415]: prepend Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=132.198.101.49; helo=list8.uvm.edu; envelope-from=owner-isogeochem*slayoo**staszic*-waw*[email protected]; receiver= >...

I noticed while setting up OpenDMARC on my server, that OpenDMARC-Reports was bouncing emails it was sending. This when I allowed 'permit_mynetworks' in my postfix configuration. Upon closer inspection, I...

The sample configuration file contained a duplicate section for "HoldQuarantinedMessages". This PR removes the duplicate section and adds a trailing period at the ends of two sentences in the comments.

Many commonly-spoofed domains like gmail.com and yandex.com post p=none DMARC policies. It would be nice to override their cautious desire, and to apply a reject policy on spoofed mail from...

Hi, I was having some crashes and segfaults with some ARC-Seal headers. Upon investigation, I found that opendmarc crashes when trying to parse invalid ARC-Seal headers like this one: `"ARC-Seal:...

critical

Enough for 3072 bit key signatures. Should fix https://github.com/trusteddomainproject/OpenDMARC/issues/183.

To identify cases where header parsing can be improved, which may be useful in cases like https://github.com/trusteddomainproject/OpenDMARC/issues/222 and https://github.com/trusteddomainproject/OpenDMARC/issues/183.

This should solve the crash in https://github.com/trusteddomainproject/OpenDMARC/issues/183 (but not actually parse the headers). (patch not written by me)