mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-17 17:35:24 +00:00
do not stop processing when we encounter an invalid dmarc report (#587)
This commit is contained in:
@@ -1294,7 +1294,7 @@ def parse_report_email(
|
||||
"is not a valid "
|
||||
"aggregate DMARC report: {1}".format(subject, e)
|
||||
)
|
||||
raise ParserError(error)
|
||||
raise InvalidDMARCReport(error)
|
||||
|
||||
except Exception as e:
|
||||
error = "Unable to parse message with " 'subject "{0}": {1}'.format(
|
||||
|
||||
Reference in New Issue
Block a user