domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
962 stars 210 forks source link

adding OpenSearch support, fixing minor typos, and code styling #481

Closed Szasza closed 4 months ago

Szasza commented 4 months ago

Closes #480

The change is tested with the following config:

Please see https://github.com/Szasza/dmarc-visualizer-opensearch where an OpenSearch-based dockerized config can be found. By updating the parsedmarc config, and installing the package including these changes it works.

seanthegeek commented 4 months ago

Thanks!