domainaware / parsedmarc

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

Please release 8.6.1 to pypi #421

Closed blackside closed 1 year ago

blackside commented 1 year ago

Dont know how releases to pypi are handled but thought I would make a mention that Im hoping for it to show up soon.

jippi commented 1 year ago

I wasted a good couple of hours trying to debug the ES bug until I found this issue :)

Please release it to pypi :)

wmax641 commented 1 year ago

For anyone else banging their head on the keyboard with ElasticSearch issues,

This will fix issue #410

For when parsedmarc tries to run save_aggregate_report_to_elasticsearch(), but the elasticsearch python module fails with this exception:

RequestError(400, 'x_content_parse_exception', '[1:59] [bool] failed to parse field [must]')
seanthegeek commented 1 year ago

Done. I included PR #417 too 😊