diff --git a/parsedmarc/google_secops.py b/parsedmarc/google_secops.py index 67d8d84..b61ad50 100644 --- a/parsedmarc/google_secops.py +++ b/parsedmarc/google_secops.py @@ -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