Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DKIM results missing from report #230

Open
EffectShapiro opened this issue Oct 20, 2022 · 2 comments
Open

DKIM results missing from report #230

EffectShapiro opened this issue Oct 20, 2022 · 2 comments

Comments

@EffectShapiro
Copy link

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

    <auth_results>
      <dkim>
        <domain>domain.tld</domain>
        <result>pass</result>
        <selector>20200212</selector>
      </dkim>
      <dkim>
        <domain>domain.tld</domain>
        <result>pass</result>
        <selector>20200212</selector>
      </dkim>
      <spf>
        <domain>provider.domain.tld</domain>
        <result>pass</result>
      </spf>
    </auth_results>

Ours

      <auth_results>
          <spf>
              <domain>domain.com</domain>
              <result>pass</result>
          </spf>
      </auth_results>

Any idea what could cause the DKIM part to be missing ?

Thank you.

@mgeisselreiter
Copy link

mgeisselreiter commented Jan 19, 2023

Hi,

I think I have the same problem - the auth_results section has no report of a DKIM signature. I have checked that all of my outgoing xml reports miss section

  <auth_results>
   <dkim>
    <domain>domain.com</domain>
    <result>pass</result>
   </dkim>
  </auth_results>

So we correctly report dkim pass, but it is missing in auth_results section of report.

   ...
    <row>
      <source_ip>X.X:X.X</source_ip>
      <count>1</count>
      <policy_evaluated>
        <disposition>none</disposition>
        <dkim>pass</dkim>
        <spf>pass</spf>
        <reason>
          <type>local_policy</type>
          <comment>arc=fail</comment>
        </reason>
      </policy_evaluated>
    </row>
   <identifiers>
      <header_from>[somedom.com](http://somedom.com/)</header_from>
    </identifiers>
    <auth_results>
      <spf>
        <domain>[somedom.com](http://somedom.com/)</domain>
        <result>pass</result>
      </spf>
    </auth_results>
   ...

There must be some bug in program what I use for generating reports. I use opendmarc-1.4.1.1-3.el7.x86_64 on CentOS7.

@tomkicamp
Copy link

dmarcian has been seeing large numbers of submission environments with this pattern of invalid data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants