From 2e13b839452195a469ba90e65147af9d2e901f67 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Wed, 24 Oct 2018 12:55:52 -0400 Subject: [PATCH] More logging --- parsedmarc/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index 417e228..779daa5 100644 --- a/parsedmarc/__init__.py +++ b/parsedmarc/__init__.py @@ -906,6 +906,9 @@ def get_dmarc_reports_from_inbox(host=None, msg_uids = [int(msg_uids)] for chunk in chunks(msg_uids, 100): if move_supported: + logger.debug("Moving message UIDs {0} to {1}".format( + ",".join(chunk), folder + )) server.move(chunk, folder) else: logger.debug("Copying message UIDs {0} to {1}".format(