dmarc-report-converter
dmarc-report-converter copied to clipboard
Convert dmarc reports from xml to human-readable formats
Some providers send attachments with utf-ascii charset, seems like vendored version of imap library doesn't support it: ``` Content-Type: application/gzip; charset="UTF-ASCII"; ```
When dmarc report contains many ip addresess it takes too long time to perform reverse lookup
``` [eofs@cp bottega.eofs.dev]$ go get -u github.com/tierpod/dmarc-report-converter go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build...
I've seen this problem with most (but not all) reports from Comcast: ``` [INFO] performs a reverse lookups, this may take some time [INFO] imap: connecting to server imap.gmail.com:993 [INFO]...
Hi, Not sure how to contact you/y'all so here's an "issue". I made a Docker Compose wrapper around dmarc-report-converter to make it easier for myself to generate and view reports...
I've received some emails that use inline MIME headers which are silently ignored. Sample content: ``` MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="17122880850.dd5Fb0.406180" --17122880850.dd5Fb0.406180 Date: Thu, 4 Apr 2024 23:34:45...
Add a merge_key configuration option to allow for custom merge matching logic. Updates #43
Hi, thanks for the cool tool! I was looking for something like this, most other projects use way more elaborate dependencies I do not need. It fits my needs quite...