mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-20 02:45:24 +00:00
@@ -723,7 +723,7 @@ def parse_report_email(input_, nameservers=None, timeout=2.0,
|
||||
timeout=timeout,
|
||||
strip_attachment_payloads=strip_attachment_payloads)
|
||||
except Exception as e:
|
||||
raise ParserError(e.__str__())
|
||||
raise InvalidForensicReport(e.__str__())
|
||||
|
||||
result = OrderedDict([("report_type", "forensic"),
|
||||
("report", forensic_report)])
|
||||
|
||||
Reference in New Issue
Block a user