diff --git a/_modules/index.html b/_modules/index.html index a59832ec..5ee30547 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 d45bc84c..53b98a6f 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 @@

Source code for parsedmarc

 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 @@ 

Source code for parsedmarc

     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 b64a5eea..0e9b99cc 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 694d1607..5926dbfe 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 999aa3c5..06f36b04 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 f8504ac2..b28c9293 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 39544038..4244b30f 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 59df3a43..b41fa33f 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 692a5d46..cf7eb5df 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 bb9c3cbe..b0b1f29e 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 29c55592..308e7f55 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 e3fdaecf..e64931a3 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 5fe4aedf..8d2b3721 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 17b97f92..dbffb17e 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 4df49f00..756be6e4 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 d3069d20..df2be85b 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 565bc952..238d1f58 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 ce07f1ea..9bf19642 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/opensearch.html b/opensearch.html
index 65eeed27..70a17fa6 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 0a504a73..9bf09c3b 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 3cc5c80f..f30ea2a5 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 c664bfb8..29a83d6d 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 021cd233..c2c35952 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 801dc99d..db4fa28f 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
       
       
 
   
       
       
-      
+