How to Block Automatic Reply Emails from Processing in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 06:28 AM
Hi everyone,
We have some generic email addresses set up by a customer. Every time we update a case or send them an email, we receive an automatic reply from their side. This prevents us from marking the case as resolved, as it reopens due to the lack of an actual response.
I want to block these emails from being processed.
I tried using an inbound email action with the following script but it didn’t work as expected:
Could someone please guide me on how to effectively block or ignore these automatic reply emails in ServiceNow?
Thank you in advance for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 06:32 AM
I would use an Inbound email flow over an action as the more mordern way to configure this kind of requirement.
Setting the filter conditions should be relative straight forward.
As a side note, Inbound Email flows are processed ahead of Inbound actions so will take precedence.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 06:35 AM
Thank you @dbook for your advice.
I haven’t tested it with the Inbound Email flow yet but will share the results once done.
Regards,
Rohit Dhiman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 06:39 AM
Change the order to 0 or lowest and enable the stop processing field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 06:31 AM
Thank you @Pranesh072 for your suggestion.
I hadn’t enabled the Stop Processing field earlier, but after enabling it, the same script worked as expected.
Could you please confirm if enabling this field will have any impact on other Email Inbound Actions?
Regards,
Rohit Dhiman