Backport #980, #981, #984 to 0.3

This commit is contained in:
Garret Wassermann
2021-11-19 00:30:20 -05:00
parent e016e6699d
commit 44abb19712
3 changed files with 9 additions and 4 deletions

View File

@ -145,6 +145,7 @@ def process_attachments(followup, attached_files):
'application/octet-stream',
size=attached.size,
)
att.full_clean()
att.save()
if attached.size < max_email_attachment_size: