@rkulik/dmarc-report-viewer
v1.0.0
Published
DMARC Report Viewer
Maintainers
Readme
DMARC Report Viewer
A CLI tool to view DMARC reports directly in your terminal.
Overview
DMARC (Domain-based Message Authentication, Reporting, and Conformance) is an email authentication protocol. This tool helps you quickly inspect and understand DMARC aggregate reports, making it easier to monitor email security and deliverability.
Features
- Scans the current directory for DMARC report files (supports .xml, .zip, and .gz)
- Interactive file selection
- Parses and displays DMARC report data in a readable format
Install
npm install -g @rkulik/dmarc-report-viewerUsage
dmarc-report-viewerExample Output
┌─────────┬─────────────┬───────┬────────┬────────┬─────────────┬─────────────────┬────────────┬─────────────┬────────────────┐
│ (index) │ IP │ Count │ SPF │ DKIM │ Disposition │ From │ SPF Result │ DKIM Result │ Status │
├─────────┼─────────────┼───────┼────────┼────────┼─────────────┼─────────────────┼────────────┼─────────────┼────────────────┤
│ 0 │ '192.0.2.1' │ '1' │ 'pass' │ 'pass' │ 'none' │ '<your-domain>' │ 'pass' │ 'pass' │ '✅ Delivered' │
└─────────┴─────────────┴───────┴────────┴────────┴─────────────┴─────────────────┴────────────┴─────────────┴────────────────┘License
Distributed under the MIT License, Copyright © 2025-PRESENT René Kulik
