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-12-2025 11:35 PM
Stop Processing field - once the inbound action conditions satisfies the conditions then it will stop processing the any further inbound actions. You have to define the condition correctly for your use case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 07:13 AM
Hi @RohitDhiman ,
You can create the scripted email inbound action and set it to lower value and dont choose any target table.
in the script you can choose the email address you wants to block.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 06:28 AM
Thank you @sundarjm for your reply.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 07:34 AM
I can think of three ways :
- Create an email filter
- Use the condition field in inbound to ensure it triggers when the subject doesn't contain some keywords.
- https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0869547
Accept the solution and mark as helpful if it does, to benefit future readers.
Regards,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2025 06:27 AM
Thank you @SumanthDosapati for your reply.
I am not able to find the Email Filter option.
I also tried using Email Address Filter, but it did not work.
Regards,
Rohit Dhiman