mail-dmarc
mail-dmarc copied to clipboard
Mail::DMARC, a complete DMARC implementation in Perl
**Describe the bug** If longer hostnames are included in the report, the output of dmarc_view_reports becomes misaligned. **To Reproduce** Steps to reproduce the behavior: 1. Have a report with longer...
When using `Mail::DMARC::PurePerl` the DMARC record is read from dns, once the record is validated, I cannot find an easy way to print the domain's policy without an additional dns...
In README.md, there are links for dmarc_send_reports (https://metacpan.org/pod/dmarc_send_reports), dmarc_receive (https://metacpan.org/pod/dmarc_receive) and others. These result in 404. One working URL scheme I found: https://metacpan.org/dist/Mail-DMARC/view/bin/dmarc_receive . Edit: another broken link in "Mail::DMARC::Report::View...
**Is your feature request related to a problem? Please describe.** Would be great to run dmarc_receive against attachments (gz, zip compressed or uncompressed XML). This would be helpful in debugging/testing...
**Describe the bug** Running dmarc_receive against a file prints a bunch "Use of uninitialized value" messages. Unfortunately, the input file cannot be shared - but perhaps the messages allow to...
Due to missing a character on the command line, I accidentally pushed [the commit that goes with this](https://github.com/msimerson/mail-dmarc/commit/6a830d0392987fc2fce47380fb30540bd13d0327) to `master`. Please refer to the changes there and make comments/suggestions here.