diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index e9119e0..68d9e89 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -670,6 +670,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__()))