diff --git a/_modules/index.html b/_modules/index.html
index db69c585..c57d55dd 100644
--- a/_modules/index.html
+++ b/_modules/index.html
@@ -5,14 +5,14 @@
- Overview: module code — parsedmarc 9.0.6 documentation
+ Overview: module code — parsedmarc 9.0.7 documentation
-
+
diff --git a/_modules/parsedmarc.html b/_modules/parsedmarc.html
index 1fade3b9..b9d1bdcf 100644
--- a/_modules/parsedmarc.html
+++ b/_modules/parsedmarc.html
@@ -5,14 +5,14 @@
- parsedmarc — parsedmarc 9.0.6 documentation
+ parsedmarc — parsedmarc 9.0.7 documentation
-
+
@@ -696,9 +696,12 @@
if "mx_host_patterns" in policy:
record["mx_host_patterns"] = "|".join(policy["mx_host_patterns"])
successful_record = record.copy()
+ successful_record["policy_domain"] = policy["policy_domain"]
+ successful_record["policy_type"] = policy["policy_type"]
successful_record["successful_session_count"] = policy[
"successful_session_count"
]
+ successful_record["failed_session_count"] = policy["failed_session_count"]
rows.append(successful_record)
if "failure_details" in policy:
for failure_details in policy["failure_details"]:
@@ -2082,8 +2085,10 @@
"Only days and weeks values in 'since' option are \
considered for IMAP connections. Examples: 2d or 1w"
)
- since = (datetime.now(timezone.utc) - timedelta(minutes=_since)).date()
- current_time = datetime.now(timezone.utc).date()
+ since = (datetime.now(timezone.utc) - timedelta(minutes=_since)).strftime(
+ "%d-%b-%Y"
+ )
+ current_time = datetime.now(timezone.utc).strftime("%d-%b-%Y")
elif isinstance(connection, MSGraphConnection):
since = (
datetime.now(timezone.utc) - timedelta(minutes=_since)
diff --git a/_modules/parsedmarc/elastic.html b/_modules/parsedmarc/elastic.html
index f962d456..e706d276 100644
--- a/_modules/parsedmarc/elastic.html
+++ b/_modules/parsedmarc/elastic.html
@@ -5,14 +5,14 @@
- parsedmarc.elastic — parsedmarc 9.0.6 documentation
+ parsedmarc.elastic — parsedmarc 9.0.7 documentation
-
+
diff --git a/_modules/parsedmarc/opensearch.html b/_modules/parsedmarc/opensearch.html
index 69619bf4..dc59badc 100644
--- a/_modules/parsedmarc/opensearch.html
+++ b/_modules/parsedmarc/opensearch.html
@@ -5,14 +5,14 @@
- parsedmarc.opensearch — parsedmarc 9.0.6 documentation
+ parsedmarc.opensearch — parsedmarc 9.0.7 documentation
-
+
diff --git a/_modules/parsedmarc/splunk.html b/_modules/parsedmarc/splunk.html
index d10f45b2..513df514 100644
--- a/_modules/parsedmarc/splunk.html
+++ b/_modules/parsedmarc/splunk.html
@@ -5,14 +5,14 @@
- parsedmarc.splunk — parsedmarc 9.0.6 documentation
+ parsedmarc.splunk — parsedmarc 9.0.7 documentation
-
+
diff --git a/_modules/parsedmarc/types.html b/_modules/parsedmarc/types.html
index 395cb800..e933ba49 100644
--- a/_modules/parsedmarc/types.html
+++ b/_modules/parsedmarc/types.html
@@ -5,14 +5,14 @@
- parsedmarc.types — parsedmarc 9.0.6 documentation
+ parsedmarc.types — parsedmarc 9.0.7 documentation
-
+
diff --git a/_modules/parsedmarc/utils.html b/_modules/parsedmarc/utils.html
index 015969fe..18944127 100644
--- a/_modules/parsedmarc/utils.html
+++ b/_modules/parsedmarc/utils.html
@@ -5,14 +5,14 @@
- parsedmarc.utils — parsedmarc 9.0.6 documentation
+ parsedmarc.utils — parsedmarc 9.0.7 documentation
-
+
diff --git a/_static/documentation_options.js b/_static/documentation_options.js
index 6ad0ab48..b7a8236f 100644
--- a/_static/documentation_options.js
+++ b/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: '9.0.6',
+ VERSION: '9.0.7',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/api.html b/api.html
index f50e9879..f747dcfa 100644
--- a/api.html
+++ b/api.html
@@ -6,14 +6,14 @@
- API reference — parsedmarc 9.0.6 documentation
+ API reference — parsedmarc 9.0.7 documentation
-
+
diff --git a/contributing.html b/contributing.html
index 41aa1042..e57231bd 100644
--- a/contributing.html
+++ b/contributing.html
@@ -6,14 +6,14 @@
- Contributing to parsedmarc — parsedmarc 9.0.6 documentation
+ Contributing to parsedmarc — parsedmarc 9.0.7 documentation
-
+
diff --git a/davmail.html b/davmail.html
index 8db1cc6d..94ab118c 100644
--- a/davmail.html
+++ b/davmail.html
@@ -6,14 +6,14 @@
- Accessing an inbox using OWA/EWS — parsedmarc 9.0.6 documentation
+ Accessing an inbox using OWA/EWS — parsedmarc 9.0.7 documentation
-
+
diff --git a/dmarc.html b/dmarc.html
index 40fd0c20..1bc8ee7e 100644
--- a/dmarc.html
+++ b/dmarc.html
@@ -6,14 +6,14 @@
- Understanding DMARC — parsedmarc 9.0.6 documentation
+ Understanding DMARC — parsedmarc 9.0.7 documentation
-
+
diff --git a/elasticsearch.html b/elasticsearch.html
index 46dbf61c..6cce7c13 100644
--- a/elasticsearch.html
+++ b/elasticsearch.html
@@ -6,14 +6,14 @@
- Elasticsearch and Kibana — parsedmarc 9.0.6 documentation
+ Elasticsearch and Kibana — parsedmarc 9.0.7 documentation
-
+
diff --git a/genindex.html b/genindex.html
index f90177c2..26348b3f 100644
--- a/genindex.html
+++ b/genindex.html
@@ -5,14 +5,14 @@
- Index — parsedmarc 9.0.6 documentation
+ Index — parsedmarc 9.0.7 documentation
-
+
diff --git a/index.html b/index.html
index 446a67b4..1e162c5e 100644
--- a/index.html
+++ b/index.html
@@ -6,14 +6,14 @@
- parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 9.0.6 documentation
+ parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 9.0.7 documentation
-
+
diff --git a/installation.html b/installation.html
index 5ee7f843..a840b7f4 100644
--- a/installation.html
+++ b/installation.html
@@ -6,14 +6,14 @@
- Installation — parsedmarc 9.0.6 documentation
+ Installation — parsedmarc 9.0.7 documentation
-
+
diff --git a/kibana.html b/kibana.html
index aa9ed1dd..e545b023 100644
--- a/kibana.html
+++ b/kibana.html
@@ -6,14 +6,14 @@
- Using the Kibana dashboards — parsedmarc 9.0.6 documentation
+ Using the Kibana dashboards — parsedmarc 9.0.7 documentation
-
+
diff --git a/mailing-lists.html b/mailing-lists.html
index 94d82784..0a9b98ae 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -6,14 +6,14 @@
- What about mailing lists? — parsedmarc 9.0.6 documentation
+ What about mailing lists? — parsedmarc 9.0.7 documentation
-
+
diff --git a/objects.inv b/objects.inv
index 74936455..edebfca0 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/opensearch.html b/opensearch.html
index b8336444..7c8a39f6 100644
--- a/opensearch.html
+++ b/opensearch.html
@@ -6,14 +6,14 @@
- OpenSearch and Grafana — parsedmarc 9.0.6 documentation
+ OpenSearch and Grafana — parsedmarc 9.0.7 documentation
-
+
diff --git a/output.html b/output.html
index 59527c17..5b7cf753 100644
--- a/output.html
+++ b/output.html
@@ -6,14 +6,14 @@
- Sample outputs — parsedmarc 9.0.6 documentation
+ Sample outputs — parsedmarc 9.0.7 documentation
-
+
diff --git a/py-modindex.html b/py-modindex.html
index 0ee4a2f5..77bf3a9a 100644
--- a/py-modindex.html
+++ b/py-modindex.html
@@ -5,14 +5,14 @@
- Python Module Index — parsedmarc 9.0.6 documentation
+ Python Module Index — parsedmarc 9.0.7 documentation
-
+
diff --git a/search.html b/search.html
index 73e219f7..0d6d3ab4 100644
--- a/search.html
+++ b/search.html
@@ -5,7 +5,7 @@
- Search — parsedmarc 9.0.6 documentation
+ Search — parsedmarc 9.0.7 documentation
@@ -13,7 +13,7 @@
-
+
diff --git a/splunk.html b/splunk.html
index 4f7170c8..c2490429 100644
--- a/splunk.html
+++ b/splunk.html
@@ -6,14 +6,14 @@
- Splunk — parsedmarc 9.0.6 documentation
+ Splunk — parsedmarc 9.0.7 documentation
-
+
diff --git a/usage.html b/usage.html
index 7b4f2494..b4852cc6 100644
--- a/usage.html
+++ b/usage.html
@@ -6,14 +6,14 @@
- Using parsedmarc — parsedmarc 9.0.6 documentation
+ Using parsedmarc — parsedmarc 9.0.7 documentation
-
+