From 40e041a8afc046e746ab53643585a3ac2fe64ca9 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:48:10 -0400 Subject: [PATCH] Merge branch 'master' of https://github.com/ramspoluri/parsedmarc --- parsedmarc/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index d8d64db..2b4e63c 100644 --- a/parsedmarc/__init__.py +++ b/parsedmarc/__init__.py @@ -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):