mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-07-03 23:44:17 +00:00
Change default attachment name. 2.1.0 For real this time.
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user