diff --git a/_modules/index.html b/_modules/index.html index a59832e..5ee3054 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -5,14 +5,14 @@ - Overview: module code — parsedmarc 8.15.1 documentation + Overview: module code — parsedmarc 8.15.2 documentation - + diff --git a/_modules/parsedmarc.html b/_modules/parsedmarc.html index d45bc84..53b98a6 100644 --- a/_modules/parsedmarc.html +++ b/_modules/parsedmarc.html @@ -5,14 +5,14 @@ - parsedmarc — parsedmarc 8.15.1 documentation + parsedmarc — parsedmarc 8.15.2 documentation - + @@ -115,7 +115,7 @@ from parsedmarc.utils import parse_email from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime -__version__ = "8.15.1" +__version__ = "8.15.2" logger.debug("parsedmarc v{0}".format(__version__)) @@ -265,7 +265,7 @@ else: lowered_from = "" new_record["identifiers"]["header_from"] = lowered_from - if record["auth_results"] is not None: + if isinstance(record["auth_results"], dict): auth_results = record["auth_results"].copy() if "spf" not in auth_results: auth_results["spf"] = [] diff --git a/_modules/parsedmarc/elastic.html b/_modules/parsedmarc/elastic.html index b64a5ee..0e9b99c 100644 --- a/_modules/parsedmarc/elastic.html +++ b/_modules/parsedmarc/elastic.html @@ -5,14 +5,14 @@ - parsedmarc.elastic — parsedmarc 8.15.1 documentation + parsedmarc.elastic — parsedmarc 8.15.2 documentation - + diff --git a/_modules/parsedmarc/opensearch.html b/_modules/parsedmarc/opensearch.html index 694d160..5926dbf 100644 --- a/_modules/parsedmarc/opensearch.html +++ b/_modules/parsedmarc/opensearch.html @@ -5,14 +5,14 @@ - parsedmarc.opensearch — parsedmarc 8.15.1 documentation + parsedmarc.opensearch — parsedmarc 8.15.2 documentation - + diff --git a/_modules/parsedmarc/splunk.html b/_modules/parsedmarc/splunk.html index 999aa3c..06f36b0 100644 --- a/_modules/parsedmarc/splunk.html +++ b/_modules/parsedmarc/splunk.html @@ -5,14 +5,14 @@ - parsedmarc.splunk — parsedmarc 8.15.1 documentation + parsedmarc.splunk — parsedmarc 8.15.2 documentation - + diff --git a/_modules/parsedmarc/utils.html b/_modules/parsedmarc/utils.html index f8504ac..b28c929 100644 --- a/_modules/parsedmarc/utils.html +++ b/_modules/parsedmarc/utils.html @@ -5,14 +5,14 @@ - parsedmarc.utils — parsedmarc 8.15.1 documentation + parsedmarc.utils — parsedmarc 8.15.2 documentation - + diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 3954403..4244b30 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '8.15.1', + VERSION: '8.15.2', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/api.html b/api.html index 59df3a4..b41fa33 100644 --- a/api.html +++ b/api.html @@ -6,14 +6,14 @@ - API reference — parsedmarc 8.15.1 documentation + API reference — parsedmarc 8.15.2 documentation - + diff --git a/contributing.html b/contributing.html index 692a5d4..cf7eb5d 100644 --- a/contributing.html +++ b/contributing.html @@ -6,14 +6,14 @@ - Contributing to parsedmarc — parsedmarc 8.15.1 documentation + Contributing to parsedmarc — parsedmarc 8.15.2 documentation - + diff --git a/davmail.html b/davmail.html index bb9c3cb..b0b1f29 100644 --- a/davmail.html +++ b/davmail.html @@ -6,14 +6,14 @@ - Accessing an inbox using OWA/EWS — parsedmarc 8.15.1 documentation + Accessing an inbox using OWA/EWS — parsedmarc 8.15.2 documentation - + diff --git a/dmarc.html b/dmarc.html index 29c5559..308e7f5 100644 --- a/dmarc.html +++ b/dmarc.html @@ -6,14 +6,14 @@ - Understanding DMARC — parsedmarc 8.15.1 documentation + Understanding DMARC — parsedmarc 8.15.2 documentation - + diff --git a/elasticsearch.html b/elasticsearch.html index e3fdaec..e64931a 100644 --- a/elasticsearch.html +++ b/elasticsearch.html @@ -6,14 +6,14 @@ - Elasticsearch and Kibana — parsedmarc 8.15.1 documentation + Elasticsearch and Kibana — parsedmarc 8.15.2 documentation - + diff --git a/genindex.html b/genindex.html index 5fe4aed..8d2b372 100644 --- a/genindex.html +++ b/genindex.html @@ -5,14 +5,14 @@ - Index — parsedmarc 8.15.1 documentation + Index — parsedmarc 8.15.2 documentation - + diff --git a/index.html b/index.html index 17b97f9..dbffb17 100644 --- a/index.html +++ b/index.html @@ -6,14 +6,14 @@ - parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 8.15.1 documentation + parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 8.15.2 documentation - + diff --git a/installation.html b/installation.html index 4df49f0..756be6e 100644 --- a/installation.html +++ b/installation.html @@ -6,14 +6,14 @@ - Installation — parsedmarc 8.15.1 documentation + Installation — parsedmarc 8.15.2 documentation - + diff --git a/kibana.html b/kibana.html index d3069d2..df2be85 100644 --- a/kibana.html +++ b/kibana.html @@ -6,14 +6,14 @@ - Using the Kibana dashboards — parsedmarc 8.15.1 documentation + Using the Kibana dashboards — parsedmarc 8.15.2 documentation - + diff --git a/mailing-lists.html b/mailing-lists.html index 565bc95..238d1f5 100644 --- a/mailing-lists.html +++ b/mailing-lists.html @@ -6,14 +6,14 @@ - What about mailing lists? — parsedmarc 8.15.1 documentation + What about mailing lists? — parsedmarc 8.15.2 documentation - + diff --git a/objects.inv b/objects.inv index ce07f1e..9bf1964 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/opensearch.html b/opensearch.html index 65eeed2..70a17fa 100644 --- a/opensearch.html +++ b/opensearch.html @@ -6,14 +6,14 @@ - OpenSearch and Grafana — parsedmarc 8.15.1 documentation + OpenSearch and Grafana — parsedmarc 8.15.2 documentation - + diff --git a/output.html b/output.html index 0a504a7..9bf09c3 100644 --- a/output.html +++ b/output.html @@ -6,14 +6,14 @@ - Sample outputs — parsedmarc 8.15.1 documentation + Sample outputs — parsedmarc 8.15.2 documentation - + diff --git a/py-modindex.html b/py-modindex.html index 3cc5c80..f30ea2a 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -5,14 +5,14 @@ - Python Module Index — parsedmarc 8.15.1 documentation + Python Module Index — parsedmarc 8.15.2 documentation - + diff --git a/search.html b/search.html index c664bfb..29a83d6 100644 --- a/search.html +++ b/search.html @@ -5,7 +5,7 @@ - Search — parsedmarc 8.15.1 documentation + Search — parsedmarc 8.15.2 documentation @@ -13,7 +13,7 @@ - + diff --git a/splunk.html b/splunk.html index 021cd23..c2c3595 100644 --- a/splunk.html +++ b/splunk.html @@ -6,14 +6,14 @@ - Splunk — parsedmarc 8.15.1 documentation + Splunk — parsedmarc 8.15.2 documentation - + diff --git a/usage.html b/usage.html index 801dc99..db4fa28 100644 --- a/usage.html +++ b/usage.html @@ -6,14 +6,14 @@ - Using parsedmarc — parsedmarc 8.15.1 documentation + Using parsedmarc — parsedmarc 8.15.2 documentation - +