mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-03-14 10:41:25 +00:00
Merge pull request #216 from maurofaccenda/master
Pass offline parameter to wait_inbox()
This commit is contained in:
@@ -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__()))
|
||||
|
||||
Reference in New Issue
Block a user