- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2023 01:30 AM
I would like to seek guidance or any idea on how to avoid attaching images from email signatures that comes from inbound email actions. I found one article from ServiceNow that says we have to update 2 system property records but I'm having some confusion about what should I put on the system property named "glide.email.inbound.image_sys_attachment.filter.minimum_bytes". Based on the article, when the value is set to 0, it disables the filter. So how can I enable it? Should I put a higher number?
Thank you.
ServiceNow KB: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0691482
Email image filtering properties: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/notification/concept...
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2023 01:50 AM
Hello @Community Alums
Please check this thread:
Property glide.email.inbound.image_sys_attachment.... - Page 2 - ServiceNow Community
So for example:
- glide.email.inbound.image_sys_attachment.filter.minimum_bytes to 2048 (2MB)
- glide.email.inbound.image_sys_attachment.filter.action to AttachNone
This means that any image attachment below this range in the emails will not be attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2023 03:12 AM
But setting the default value means that file size below the default value will still be attached to the ticket, is my understanding correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2025 05:16 AM
You're right that email signature images are typically larger than 1KB, but just to clarify—the setting "1" doesn’t mean 1KB; it actually means 1 byte. So if you wanted to prevent adding image that's up to 1MB, you'd need to set the value to 1,000,000.