dmarc-report-converter icon indicating copy to clipboard operation
dmarc-report-converter copied to clipboard

Convert dmarc reports from xml to human-readable formats

Results 21 dmarc-report-converter issues
Sort by recently updated
recently updated
newest added

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"; ```

bug

When dmarc report contains many ip addresess it takes too long time to perform reverse lookup

enhancement

``` [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...

bug

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]...

bug

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...

enhancement