mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-08-16 12:13:19 +00:00
6.5 release
This commit is contained in:
+1
-1
@@ -548,7 +548,7 @@ def _main():
|
||||
verify = True
|
||||
if opts.imap_skip_certificate_verification:
|
||||
logger.debug("Skipping IMAP certificate verification")
|
||||
verify=False
|
||||
verify = False
|
||||
if opts.imap_ssl is False:
|
||||
ssl = False
|
||||
reports = get_dmarc_reports_from_inbox(host=opts.imap_host,
|
||||
|
||||
Reference in New Issue
Block a user