Skip to content

Commit

Permalink
Add email date on debug of mail processing
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaelMobilia authored Jan 22, 2024
1 parent 7d2b431 commit 272324f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsedmarc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ def parse_report_email(input_, offline=False, ip_db_path=None,
feedback_report = None
sample = None
if "From" in msg_headers:
logger.info("Parsing mail from {0}".format(msg_headers["From"]))
logger.info("Parsing mail from {0} on {1}".format(msg_headers["From"], date))
if "Subject" in msg_headers:
subject = msg_headers["Subject"]
for part in msg.walk():
Expand Down

0 comments on commit 272324f

Please sign in to comment.