Fix 500 error in GET /domains/{domain}/sources: use spf_result/dkim_result not spf/dkim

Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/59552cb2-df2b-43dd-a22c-bd699a458afb

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-29 22:17:05 +00:00
parent 584a73d44d
commit cd1f82aa79
2 changed files with 4 additions and 4 deletions
@@ -35,8 +35,8 @@ REPORT_DICT_POLICY = {
"source_ip": "209.85.220.1",
"count": 10,
"disposition": "none",
"dkim": "pass",
"spf": "pass",
"dkim_result": "pass",
"spf_result": "pass",
"header_from": DOMAIN,
}
],