mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-04-27 07:49:28 +00:00
fix bad debog output #57
This commit is contained in:
@@ -988,8 +988,6 @@ def get_dmarc_reports_from_inbox(host=None,
|
||||
["RFC822"])[msg_uid]
|
||||
msg_keys = [b'RFC822', b'BODY[NULL]', b'BODY[]']
|
||||
msg_key = ''
|
||||
logging.debug("msg_keys: {0}".format(",".join(
|
||||
raw_msg.keys())))
|
||||
for key in msg_keys:
|
||||
if key in raw_msg.keys():
|
||||
msg_key = key
|
||||
|
||||
Reference in New Issue
Block a user