Plan: resolve linter contradictions

Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/1e4a1f06-55b9-4040-853e-6aaf9ee574c8

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-29 11:29:14 +00:00
parent 50aa5bd5da
commit f2a015971d
5 changed files with 8 additions and 16 deletions
+1 -3
View File
@@ -237,9 +237,7 @@ class DMARCParser:
# Log parse results for debugging
total_count = report["summary"]["total_count"]
logger.info("Parsed DMARC report for domain: %s", report.get("domain"))
logger.info(
"Found %s record entries with %s total messages", len(records), total_count
)
logger.info("Found %s record entries with %s total messages", len(records), total_count)
logger.info(
"Messages passed: %s, failed: %s",
report["summary"]["passed_count"],