On 14.03.21 20:14, Juri Haberland wrote: > On 14.03.21 12:00, Bastian Blank wrote: >> On Sun, Mar 14, 2021 at 11:51:05AM +0100, Juri Haberland wrote: >>> You should get this information from the AR-header. It should look like >>> this: >>> Authentication-Results: mx.example.org; dmarc=pass (p=quarantine >>> dis=none) header.from=example.com; >>> See the "p=quarantine dis=none" in the AR-header. >> >> No. You see "dmarc=pass". The "p=quarantine" only tells you what the >> DMARC policy wants to be done if the check fails, not if the check >> failed. > > Hmm, might be that I patched my OpenDMARC to a degree, where this behaviour > was changed. I see something like that: > > dmarc=fail (p=quarantine dis=none) > > I'll look into this and issue pull-requests to the OpenDMARC team, if this > is only in my branch.
Ah, I justed groked, that my example was wrong. It should have read: Authentication-Results: mx.example.org; dmarc=fail (p=quarantine dis=none) header.from=example.com Cheers, Juri