mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-08-31 03:07:16 +00:00
Fix SMTP TLS report policy domain extraction
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com>
This commit is contained in:
co-authored by
seanthegeek
parent
1887460ab6
commit
b7823253a4
@@ -445,7 +445,7 @@ class GoogleSecOpsClient:
|
||||
end_date = smtp_tls_report["end_date"]
|
||||
|
||||
for policy in smtp_tls_report.get("policies", []):
|
||||
policy_domain = policy["policy"]["policy_domain"]
|
||||
policy_domain = policy["policy_domain"]
|
||||
|
||||
for failure in policy.get("failure_details", []):
|
||||
# Build UDM event for each failure
|
||||
|
||||
Reference in New Issue
Block a user