Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ramspoluri/parsedmarc
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Nov 2, 2024
1 parent ef4e1ac commit 40e041a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion parsedmarc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,9 @@ def get_dmarc_reports_from_mailbox(connection: MailboxConnection,
else:
logger.warning("Incorrect format for \'since\' option. \
Provided value:{0}, Expected values:(5m|3h|2d|1w). \
Ignoring option, fetching messages for last 24hrs"
Ignoring option, fetching messages for last 24hrs" \
"SMTP does not support a time or timezone in since." \
"See https://www.rfc-editor.org/rfc/rfc3501#page-52"
.format(since))

if isinstance(connection, IMAPConnection):
Expand Down

0 comments on commit 40e041a

Please sign in to comment.