You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when starting dmarc-analyse.py I get the following error:
Traceback (most recent call last):
File "/root/dmarc-analyse-main/dmarc-analyse.py", line 208, in
if getDMARCreportAttachment(rawMsg): # Get through the attachment(s)
File "/root/dmarc-analyse-main/dmarc-analyse.py", line 133, in getDMARCreportAttachment
return failDetectedInReport
I've added " failDetectedInReport=False" on line 27. in the def getDMARCreportAttachment(msg)
This solved the problem for me.
Please verify if this is the correct fix for the error.
Best regards Norbert
The text was updated successfully, but these errors were encountered:
Hi,
when starting dmarc-analyse.py I get the following error:
I've added " failDetectedInReport=False" on line 27. in the def getDMARCreportAttachment(msg)
This solved the problem for me.
Please verify if this is the correct fix for the error.
Best regards Norbert
The text was updated successfully, but these errors were encountered: