diff --git a/_modules/index.html b/_modules/index.html
index 98d91e2..a0c5bae 100644
--- a/_modules/index.html
+++ b/_modules/index.html
@@ -8,7 +8,7 @@
-
Overview: module code — parsedmarc 6.7.1 documentation
+ Overview: module code — parsedmarc 6.7.2 documentation
@@ -58,7 +58,7 @@
- 6.7.1
+ 6.7.2
diff --git a/_modules/parsedmarc.html b/_modules/parsedmarc.html
index d79c758..c7aed63 100644
--- a/_modules/parsedmarc.html
+++ b/_modules/parsedmarc.html
@@ -8,7 +8,7 @@
- parsedmarc — parsedmarc 6.7.1 documentation
+ parsedmarc — parsedmarc 6.7.2 documentation
@@ -58,7 +58,7 @@
- 6.7.1
+ 6.7.2
@@ -180,7 +180,7 @@
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime
from parsedmarc.utils import parse_email
-__version__ = "6.7.1"
+__version__ = "6.7.2"
logging.basicConfig(
format='%(levelname)8s:%(filename)s:%(lineno)d:'
@@ -648,12 +648,12 @@
spf_results.append(spf_result["result"])
row["spf_domains"] = ",".join(map(to_str, spf_domains))
row["spf_scopes"] = ",".join(map(to_str, spf_scopes))
- row["spf_results"] = ",".join(map(to_str, dkim_results))
+ row["spf_results"] = ",".join(map(to_str, spf_results))
rows.append(row)
for r in rows:
for k, v in r.items():
- if type(v) is not str:
+ if type(v) not in [str, int, bool]:
r[k] = ''
return rows
diff --git a/_modules/parsedmarc/elastic.html b/_modules/parsedmarc/elastic.html
index 429fe08..2275b5d 100644
--- a/_modules/parsedmarc/elastic.html
+++ b/_modules/parsedmarc/elastic.html
@@ -8,7 +8,7 @@
- parsedmarc.elastic — parsedmarc 6.7.1 documentation
+ parsedmarc.elastic — parsedmarc 6.7.2 documentation
@@ -58,7 +58,7 @@
- 6.7.1
+ 6.7.2
diff --git a/_modules/parsedmarc/splunk.html b/_modules/parsedmarc/splunk.html
index ecb5f88..4e83c48 100644
--- a/_modules/parsedmarc/splunk.html
+++ b/_modules/parsedmarc/splunk.html
@@ -8,7 +8,7 @@
- parsedmarc.splunk — parsedmarc 6.7.1 documentation
+ parsedmarc.splunk — parsedmarc 6.7.2 documentation
@@ -58,7 +58,7 @@
- 6.7.1
+ 6.7.2
diff --git a/_modules/parsedmarc/utils.html b/_modules/parsedmarc/utils.html
index 83538ee..c869e92 100644
--- a/_modules/parsedmarc/utils.html
+++ b/_modules/parsedmarc/utils.html
@@ -8,7 +8,7 @@
- parsedmarc.utils — parsedmarc 6.7.1 documentation
+ parsedmarc.utils — parsedmarc 6.7.2 documentation
@@ -58,7 +58,7 @@
- 6.7.1
+ 6.7.2
diff --git a/_static/documentation_options.js b/_static/documentation_options.js
index 209fc58..5b4423c 100644
--- a/_static/documentation_options.js
+++ b/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
- VERSION: '6.7.1',
+ VERSION: '6.7.2',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
diff --git a/genindex.html b/genindex.html
index 5389e05..ca7b381 100644
--- a/genindex.html
+++ b/genindex.html
@@ -9,7 +9,7 @@
- Index — parsedmarc 6.7.1 documentation
+ Index — parsedmarc 6.7.2 documentation
@@ -59,7 +59,7 @@
- 6.7.1
+ 6.7.2
diff --git a/index.html b/index.html
index 45f546a..c175e0d 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
- parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 6.7.1 documentation
+ parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 6.7.2 documentation
@@ -58,7 +58,7 @@
- 6.7.1
+ 6.7.2
diff --git a/objects.inv b/objects.inv
index 3dbb726..cc18f03 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/py-modindex.html b/py-modindex.html
index abfc4b1..310b008 100644
--- a/py-modindex.html
+++ b/py-modindex.html
@@ -8,7 +8,7 @@
- Python Module Index — parsedmarc 6.7.1 documentation
+ Python Module Index — parsedmarc 6.7.2 documentation
@@ -61,7 +61,7 @@
- 6.7.1
+ 6.7.2
diff --git a/search.html b/search.html
index c4d3304..ca07148 100644
--- a/search.html
+++ b/search.html
@@ -8,7 +8,7 @@
- Search — parsedmarc 6.7.1 documentation
+ Search — parsedmarc 6.7.2 documentation
@@ -59,7 +59,7 @@
- 6.7.1
+ 6.7.2