[docs]def get_dmarc_reports_from_mbox(input_, nameservers=None, dns_timeout=2.0,
strip_attachment_payloads=False,
ip_db_path=None,
-
offline=False,
-
parallel=False):
+
offline=False):
"""Parses a mailbox in mbox format containing e-mails with attached
DMARC reports
@@ -1314,7 +1302,6 @@
forensic report results
ip_db_path (str): Path to a MMDB file from MaxMind or DBIP
offline (bool): Do not make online queries for geolocation or DNS
-
parallel (bool): Parallel processing
Returns:
OrderedDict: Lists of ``aggregate_reports`` and ``forensic_reports``
@@ -1342,8 +1329,7 @@
offline=offline,
nameservers=nameservers,
dns_timeout=dns_timeout,
-
strip_attachment_payloads=sa,
-
parallel=parallel)
+
strip_attachment_payloads=sa)
if parsed_email["report_type"] == "aggregate":
aggregate_reports.append(parsed_email["report"])
elif parsed_email["report_type"] == "forensic":
diff --git a/_modules/parsedmarc/elastic.html b/_modules/parsedmarc/elastic.html
index dfbd81f..beff2e6 100644
--- a/_modules/parsedmarc/elastic.html
+++ b/_modules/parsedmarc/elastic.html
@@ -3,7 +3,7 @@
-
parsedmarc.elastic — parsedmarc 8.8.0 documentation
+
parsedmarc.elastic — parsedmarc 8.9.0 documentation
@@ -35,7 +35,7 @@
parsedmarc
- 8.8.0
+ 8.9.0