diff --git a/helpdesk/lib.py b/helpdesk/lib.py index 07d655c39..da853990b 100644 --- a/helpdesk/lib.py +++ b/helpdesk/lib.py @@ -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: