mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-09-18 11:57:58 +00:00
Addresses the Copilot review finding on PR #790: the HTTP 400 handler logged the entire rejected UDM event, and aggregate/failure events carry email addresses and subjects that do not belong in application logs. Log the event's identifying metadata (productEventType, productLogId) plus the API's response text instead. The bisect regression test now pins the log content: identifier present, event body absent. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>