6.5 release

This commit is contained in:
Sean Whalen
2019-07-17 11:00:33 -04:00
parent 5a6b51c59f
commit 2a25ce5b62
+1 -1
View File
@@ -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,