diff --git a/README.md b/README.md index 26e95cb..2c91d35 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ Thanks to all ## Features -- Parses draft and 1.0 standard aggregate/rua reports -- Parses forensic/failure/ruf reports -- Can parse reports from an inbox over IMAP, Microsoft Graph, or Gmail - API +- Parses draft and 1.0 standard aggregate/rua DMARC reports +- Parses forensic/failure/ruf DMARC reports +- Parses reports from SMTP TLS Reporting +- Can parse reports from an inbox over IMAP, Microsoft Graph, or Gmail API - Transparently handles gzip or zip compressed reports - Consistent data structures - Simple JSON and/or CSV output diff --git a/docs/source/api.md b/docs/source/api.md index 4562983..0849af2 100644 --- a/docs/source/api.md +++ b/docs/source/api.md @@ -21,7 +21,6 @@ :members: ``` - ## parsedmarc.splunk ```{eval-rst} diff --git a/docs/source/index.md b/docs/source/index.md index aee0802..924a300 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -33,15 +33,16 @@ and Valimail. ## Features -- Parses draft and 1.0 standard aggregate/rua reports -- Parses forensic/failure/ruf reports +- Parses draft and 1.0 standard aggregate/rua DMARC reports +- Parses forensic/failure/ruf DMARC reports +- Parses reports from SMTP TLS Reporting - Can parse reports from an inbox over IMAP, Microsoft Graph, or Gmail API - Transparently handles gzip or zip compressed reports - Consistent data structures - Simple JSON and/or CSV output - Optionally email the results -- Optionally send the results to Elasticsearch/OpenSearch and/or Splunk, for use with - premade dashboards +- Optionally send the results to Elasticsearch, Opensearch, and/or Splunk, for use + with premade dashboards - Optionally send reports to Apache Kafka ```{toctree}