[opendmarc-users] Missing dmarc results header on incoming mail
Dominic Raferd
dominic at timedicer.co.uk
Fri Jul 14 09:26:57 PDT 2017
On 14 July 2017 at 16:15, Juri Haberland <juri at sapienti-sat.org> wrote:
> On 14.07.2017 17:06, Dominic Raferd wrote:
> > opendmarc doesn't record the individual results (dkim, spf) for its
> > testing. An email with valid SPF but without DKIM header (or a 'bad' DKIM
> > header) would be a true test.
>
> It does record the individual results in the history file - see the
> HistoryFile parameter in the config file. Unfortunately these results are
> not logged in clear text, but as numbers:
>
> # define DMARC_POLICY_SPF_OUTCOME_NONE (0)
> # define DMARC_POLICY_SPF_OUTCOME_PASS (1)
> # define DMARC_POLICY_SPF_OUTCOME_FAIL (2)
> # define DMARC_POLICY_SPF_OUTCOME_TMPFAIL (3)
> # define DMARC_POLICY_SPF_ALIGNMENT_PASS (4)
> # define DMARC_POLICY_SPF_ALIGNMENT_FAIL (5)
>
> # define DMARC_POLICY_DKIM_OUTCOME_NONE (0)
> # define DMARC_POLICY_DKIM_OUTCOME_PASS (1)
> # define DMARC_POLICY_DKIM_OUTCOME_FAIL (2)
> # define DMARC_POLICY_DKIM_OUTCOME_TMPFAIL (3)
> # define DMARC_POLICY_DKIM_ALIGNMENT_PASS (4)
> # define DMARC_POLICY_DKIM_ALIGNMENT_FAIL (5)
I am trying this now, but seeing different results. Here is an example:
header added by opendmarc:
Authentication-Results: mydomain.dom/2AF7D602F7; dmarc=pass (p=none
dis=none)
History file entry:
job 2AF7D602F7
reporter mydomain.dom
received 1500049241
ipaddr 94.236.85.20
from email.newcastleinternational.co.uk
mfrom email.newcastleinternational.co.uk
spf 0
dkim email.newcastleinternational.co.uk 0
pdomain email.newcastleinternational.co.uk
policy 15
rua mailto:dmarcreporting at pure360.com
pct 100
adkim 114
aspf 114
p 110
sp 0
align_dkim 4
align_spf 4
action 2
I note that both 'spf' and 'dkim' lines show value 0.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.trusteddomain.org/pipermail/opendmarc-users/attachments/20170714/90adb937/attachment.htm>
More information about the opendmarc-users
mailing list