Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Validate MIME Type of Attachments from Inbound Emails

Use a system property to validate attachments uploaded from inbound emails.

Set the glide.security.file.mime_type.validation.inbound_email system property to true to perform MIME type validation on attachments uploaded from inbound emails. Validating the MIME type of uploaded files helps to ensure that the file content matches the expected file format.

Set the system property value to true to perform MIME type validation. If the system property is not present on your instance, the fallback value is false.

More information

AttributeDescription
Configuration nameglide.security.file.mime_type.validation.inbound_email
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default valuefalse
Fallback valuefalse
CategoryFile and resources
Security risk- Severity score: 3.7 - CVSS score: Low - Security risk details: If MIME type validation does not occur, users can upload an unexpected type of file to your instance, resulting in potential vulnerabilities where the attachment is handled.
Dependencies and prerequisitesNone
Functional impactAttachments from inbound emails are not uploaded if the MIME type does not validate correctly.

Parent Topic:File and resources