mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-03-14 10:41:25 +00:00
Fix aggregate report splunk conversion
This commit is contained in:
@@ -89,7 +89,7 @@ class HECClient(object):
|
||||
if "dkim" in record["auth_results"]:
|
||||
new_report["dkim_results"] = record["auth_results"][
|
||||
"dkim"]
|
||||
if "spf" in record["spf_results"]:
|
||||
if "spf" in record["auth_results"]:
|
||||
new_report["spf_results"] = record["auth_results"][
|
||||
"spf"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user