From 589038d2c927030077ecad3df1c0fd676c4dffcb Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Sat, 29 Nov 2025 21:17:27 -0500 Subject: [PATCH] Add normalized_timespan to CSV output for aggregate reports --- parsedmarc/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index 7aecb71..2bd56cf 100644 --- a/parsedmarc/__init__.py +++ b/parsedmarc/__init__.py @@ -991,6 +991,7 @@ def parsed_aggregate_reports_to_csv_rows(reports: list[dict]): report_id=report_id, begin_date=begin_date, end_date=end_date, + normalized_timespan=normalized_timespan, errors=errors, domain=domain, adkim=adkim,