Change default attachment name. 2.1.0 For real this time.

This commit is contained in:
Sean Whalen
2018-03-05 18:08:53 -05:00
parent fd31cf164f
commit 0924b0bfba
+1 -1
View File
@@ -1226,7 +1226,7 @@ def email_results(results, host, mail_from, mail_to, port=0, starttls=True,
attachment_filename += ".zip"
filename = attachment_filename
else:
filename = "{0}.zip".format(date_string)
filename = "DMARC-{0}.zip".format(date_string)
assert isinstance(mail_to, list)