diff --git a/_modules/index.html b/_modules/index.html
index 50edec42..aa974458 100644
--- a/_modules/index.html
+++ b/_modules/index.html
@@ -8,7 +8,7 @@
-
Overview: module code — parsedmarc 6.8.0 documentation
+ Overview: module code — parsedmarc 6.8.1 documentation
@@ -58,7 +58,7 @@
- 6.8.0
+ 6.8.1
diff --git a/_modules/parsedmarc.html b/_modules/parsedmarc.html
index 446aa11d..b45125cc 100644
--- a/_modules/parsedmarc.html
+++ b/_modules/parsedmarc.html
@@ -8,7 +8,7 @@
- parsedmarc — parsedmarc 6.8.0 documentation
+ parsedmarc — parsedmarc 6.8.1 documentation
@@ -58,7 +58,7 @@
- 6.8.0
+ 6.8.1
@@ -180,7 +180,7 @@
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime
from parsedmarc.utils import parse_email
-__version__ = "6.8.0"
+__version__ = "6.8.1"
logging.basicConfig(
format='%(levelname)8s:%(filename)s:%(lineno)d:'
diff --git a/_modules/parsedmarc/elastic.html b/_modules/parsedmarc/elastic.html
index 71542b68..2e03526c 100644
--- a/_modules/parsedmarc/elastic.html
+++ b/_modules/parsedmarc/elastic.html
@@ -8,7 +8,7 @@
- parsedmarc.elastic — parsedmarc 6.8.0 documentation
+ parsedmarc.elastic — parsedmarc 6.8.1 documentation
@@ -58,7 +58,7 @@
- 6.8.0
+ 6.8.1
@@ -456,9 +456,9 @@
date_range = [aggregate_report["begin_date"],
aggregate_report["end_date"]]
- org_name_query = Q(dict(match=dict(org_name=org_name)))
- report_id_query = Q(dict(match=dict(report_id=report_id)))
- domain_query = Q(dict(match={"published_policy.domain": domain}))
+ org_name_query = Q(dict(match_phrase=dict(org_name=org_name)))
+ report_id_query = Q(dict(match_phrase=dict(report_id=report_id)))
+ domain_query = Q(dict(match_phrase={"published_policy.domain": domain}))
begin_date_query = Q(dict(match=dict(date_range=begin_date)))
end_date_query = Q(dict(match=dict(date_range=end_date)))
@@ -586,15 +586,15 @@
subject = None
if "from" in headers:
from_ = headers["from"]
- from_query = {"match": {"sample.headers.from": from_}}
+ from_query = {"match_phrase": {"sample.headers.from": from_}}
q = q & Q(from_query)
if "to" in headers:
to_ = headers["to"]
- to_query = {"match": {"sample.headers.to": to_}}
+ to_query = {"match_phrase": {"sample.headers.to": to_}}
q = q & Q(to_query)
if "subject" in headers:
subject = headers["subject"]
- subject_query = {"match": {"sample.headers.subject": subject}}
+ subject_query = {"match_phrase": {"sample.headers.subject": subject}}
q = q & Q(subject_query)
search.query = q
diff --git a/_modules/parsedmarc/splunk.html b/_modules/parsedmarc/splunk.html
index 6ff07d8b..c5f5a597 100644
--- a/_modules/parsedmarc/splunk.html
+++ b/_modules/parsedmarc/splunk.html
@@ -8,7 +8,7 @@
- parsedmarc.splunk — parsedmarc 6.8.0 documentation
+ parsedmarc.splunk — parsedmarc 6.8.1 documentation
@@ -58,7 +58,7 @@
- 6.8.0
+ 6.8.1
diff --git a/_modules/parsedmarc/utils.html b/_modules/parsedmarc/utils.html
index e4afece7..cdc207eb 100644
--- a/_modules/parsedmarc/utils.html
+++ b/_modules/parsedmarc/utils.html
@@ -8,7 +8,7 @@
- parsedmarc.utils — parsedmarc 6.8.0 documentation
+ parsedmarc.utils — parsedmarc 6.8.1 documentation
@@ -58,7 +58,7 @@
- 6.8.0
+ 6.8.1
diff --git a/_static/documentation_options.js b/_static/documentation_options.js
index eb16216a..f415cb5b 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.8.0',
+ VERSION: '6.8.1',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/genindex.html b/genindex.html
index a938097d..74c6f610 100644
--- a/genindex.html
+++ b/genindex.html
@@ -9,7 +9,7 @@
- Index — parsedmarc 6.8.0 documentation
+ Index — parsedmarc 6.8.1 documentation
@@ -59,7 +59,7 @@
- 6.8.0
+ 6.8.1
diff --git a/index.html b/index.html
index 57b3d301..1775a33b 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
- parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 6.8.0 documentation
+ parsedmarc documentation - Open source DMARC report analyzer and visualizer — parsedmarc 6.8.1 documentation
@@ -58,7 +58,7 @@
- 6.8.0
+ 6.8.1
diff --git a/objects.inv b/objects.inv
index f8bf0209..4bd745d9 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/py-modindex.html b/py-modindex.html
index d549c724..a19fe6dc 100644
--- a/py-modindex.html
+++ b/py-modindex.html
@@ -8,7 +8,7 @@
- Python Module Index — parsedmarc 6.8.0 documentation
+ Python Module Index — parsedmarc 6.8.1 documentation
@@ -61,7 +61,7 @@
- 6.8.0
+ 6.8.1
diff --git a/search.html b/search.html
index 5d8be41d..d661df1c 100644
--- a/search.html
+++ b/search.html
@@ -8,7 +8,7 @@
- Search — parsedmarc 6.8.0 documentation
+ Search — parsedmarc 6.8.1 documentation
@@ -59,7 +59,7 @@
- 6.8.0
+ 6.8.1