Merge pull request #214 from maurofaccenda/patch-1

Fixes issue #213
This commit is contained in:
Sean Whalen
2021-01-20 08:54:32 -05:00
committed by GitHub

View File

@@ -1176,7 +1176,8 @@ def get_dmarc_reports_from_inbox(connection=None,
nameservers=nameservers,
dns_timeout=dns_timeout,
strip_attachment_payloads=strip_attachment_payloads,
results=results
results=results,
offline=offline
)
return results