We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This record with both dkim signatures from example.org (fail) and example.com (pass) leads to dkim: pass in db, I guess it should be fail
dkim: pass
<record> <row> <source_ip>1.2.3.4</source_ip> <count>1</count> <policy_evaluated> <disposition>quarantine</disposition> <dkim>fail</dkim> <spf>fail</spf> </policy_evaluated> </row> <identifiers> <header_from>example.org</header_from> </identifiers> <auth_results> <dkim> <domain>example.com</domain> <result>pass</result> <selector>dkim</selector> </dkim> <dkim> <domain>example.org</domain> <result>fail</result> <selector>mail</selector> </dkim> <spf> <domain>example.com</domain> <result>pass</result> </spf> </auth_results> </record>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This record with both dkim signatures from example.org (fail) and example.com (pass) leads to
dkim: pass
in db, I guess it should be failThe text was updated successfully, but these errors were encountered: