From 2a25ce5b6259a03840bdf33614e4406a833ef56e Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Wed, 17 Jul 2019 11:00:33 -0400 Subject: [PATCH] 6.5 release --- parsedmarc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index d14b1675..ead9513a 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -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,