diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index 1087745..c650139 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -706,6 +706,7 @@ def _main(): test=opts.imap_test, nameservers=opts.nameservers, dns_timeout=opts.dns_timeout, + offline=opts.offline, strip_attachment_payloads=sa) except FileExistsError as error: logger.error("{0}".format(error.__str__()))