Skip to content

Releases: tierpod/dmarc-report-converter

v0.6

03 Feb 05:30
Compare
Choose a tag to compare
Improves installation and usage

All templates were moved from templates/*.gotmpl files to consts.go
(thanks to @morrowc). This change makes installation and usage easier -
you don't have to install and update templates folder anymore.

v0.5.4

03 Dec 16:22
Compare
Choose a tag to compare
Close #19

v0.5.3

28 Dec 10:17
Compare
Choose a tag to compare

This release contains no changes. Test release from github actions.

Bugfix release

13 Nov 10:00
Compare
Choose a tag to compare

dmarc-report-converter must not delete file if conversation process failed

Bugfix release

13 Nov 09:45
Compare
Choose a tag to compare

dmarc-report-converter must fail if it cannot write output file.

Add ability to merge multimple reports

05 Nov 05:16
950ba00
Compare
Choose a tag to compare

Since v0.5, dmarc-report-converter can merge similar reports, so it can be used to make daily, weekly and monthly reports. Some internal structures was modified, so you have to update templates. If IMAP was
configured, you have to update configuration file.

  • imap: before 0.5, dmarc-report-converter fetched all attachments into memory and then converted
    them. Since 0.5, it downloads attachments to local directory. You have to set input -> dir.

  • templates: Result.Record was renamed to Result.Records

  • templates: Report.Total* was moved to Report.MessagesStats.*

  • config: imap_debug was moved to input -> imap -> debug

  • config: added input -> imap -> delete

  • config: added log_datetime and log_debug parameters

  • config: added {{. TodayID }} shortcut for filename

v0.4

10 Apr 04:38
Compare
Choose a tag to compare
  • Add some custom fields to Record: Total, TotalPassed, TotalFailed, TotalPassedPercent
  • templates: add "Total" values
  • templates: add new "html_static" template (without use templates/assets)
  • imap: download messages, logout and then convert they (avoid long imap connection time while do ptr lookups)
  • imap: add imap_debug setting
  • Improve documentation

Enchancements and bugfixes

25 Jan 07:23
Compare
Choose a tag to compare
  • Add configurable assets path for html output
  • Move dmarc to separate package
  • Improve Makefile

Bug fixes

24 Apr 06:55
Compare
Choose a tag to compare
  • Bug fixes
  • Add binaries to release

First pre-release version

23 Apr 09:43
Compare
Choose a tag to compare
Pre-release
  • Input from xml, gz, zip
  • Support downloading messages from imap
  • Output to json, txt, html