mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-08-15 03:43:27 +00:00
Remove duplicated line
This commit is contained in:
@@ -612,7 +612,6 @@ def parse_forensic_report(feedback_report, sample, msg_date,
|
||||
|
||||
sample_headers_only = False
|
||||
number_of_attachments = len(parsed_sample["attachments"])
|
||||
if number_of_attachments < 1 and parsed_sample["body"] is None:
|
||||
if number_of_attachments < 1 and parsed_sample["body"] is None:
|
||||
sample_headers_only = True
|
||||
if sample_headers_only and parsed_sample["has_defects"]:
|
||||
|
||||
Reference in New Issue
Block a user