mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-06-09 04:09:44 +00:00
pass offline parameter to wait_inbox()
This commit is contained in:
@@ -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__()))
|
||||
|
||||
Reference in New Issue
Block a user