mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-30 23:55:33 +00:00
Add debugging info for #57
This commit is contained in:
@@ -988,6 +988,7 @@ def get_dmarc_reports_from_inbox(host=None,
|
||||
["RFC822"])[msg_uid]
|
||||
msg_keys = [b'RFC822', b'BODY[NULL]']
|
||||
msg_key = ''
|
||||
logging.debug("msg_keys: {0}".format(",".join(msg_keys)))
|
||||
for key in msg_keys:
|
||||
if key in raw_msg.keys():
|
||||
msg_key = key
|
||||
|
||||
Reference in New Issue
Block a user