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:
@@ -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,
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user