Have you found a reasonable way to read DMARC records? Maybe even something that does analysis or remembers old records? I know I can unzip the record file and upload the file to web based dmarc readers, but this is cumbersome, surely there is a better way? Seems there are websites that offer analysis service, but maybe I can run such tool myself on my host?
I suppose you mean reports instead of records. I use this web UI: https://github.com/userjack6880/Open-DMARC-Analyzer along with https://github.com/techsneeze/dmarcts-report-parser iirc.
Reports indeed. Those links look like just what I am looking for. Somewhat complicated setup, though. I'll see what I can accomplish.