You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An offending message returns headers of type *mail.InlineHeader. The go-message API for inline vs attachment headers is very different. See emersion/go-message#138 for a discussion about the need for feature parity between the two types, but it doesn't appear that any work has been done.
The text was updated successfully, but these errors were encountered:
[INFO] files: found 243 input files in /home/james/Maildir/.dmarc/cur/
[ERROR] files: mimetype text/plain; charset=utf-8 not supported in file /home/james/Maildir/.dmarc/cur/..., skip
...
[ERROR] processFiles: reports list is empty
Since that error includes every single dmarc report received, how is dmarc-report-converter useful? Am I missing something? Do each of the dmarc report files need to be manually extracted before processing?
I've received some emails that use inline MIME headers which are silently ignored.
Sample content:
At the very least, it would help to log a message:
The underlying issue is here:
dmarc-report-converter/cmd/dmarc-report-converter/imap.go
Lines 173 to 174 in abf80ca
An offending message returns headers of type
*mail.InlineHeader
. The go-message API for inline vs attachment headers is very different. See emersion/go-message#138 for a discussion about the need for feature parity between the two types, but it doesn't appear that any work has been done.The text was updated successfully, but these errors were encountered: