Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Inbound Email Ignored Due to Auto-Generated Headers & Notification Suppression Issue

Yougander patel
Tera Contributor

Issue: Inbound Email Ignored Due to Auto-Generated Headers & Notification Suppression

Hi Team,

I’m facing an issue with inbound email processing and notification behavior in ServiceNow. Below are the details:


Scenario

  • A client is sending emails from their ServiceNow instance.
  • Subject format: LOIT-POIT56787
  • Emails are sent to my instance: jik@servicenow.com
  • These emails are auto-generated from their system.

Problem 1: Inbound Email Ignored

  • The emails are not creating incidents.
  • From email logs, I see:

“Skipping script ‘Unsubscribe from Notification’, ignored by filter”
“Ignoring inbound email… matched user or email condition(s): ignored headers”
“The inbound email processing was bypassed due to its exclusion by the system filter.”

  • Identified headers causing the issue:

     
    Precedence: bulk
    Auto-Submitted: auto-generated
    X-ServiceNow-Generated: true
     
  • If I remove these headers and reprocess, the incident gets created successfully.

Workaround Implemented

  • Created a Power Automate flow:
    1. Email received at servicedesk mailbox
    2. Forwarded to a shared mailbox
    3. Headers effectively stripped
    4. Email sent to ServiceNow again
  • Result: Incident is created successfully

Problem 2: Notification Issue

  • After incident creation:
    • I created a custom notification to send updates back to the client
    • Tried using the original subject (LOIT number) in the notification
  • Issue:
    • Notification is not sent when using original subject
    • If subject is changed → notification is sent
    • Indicates system suppresses notification based on subject/header logic

Additional Context

  • The sender/user is not present in AD
  • Likely treated as a system-generated or filtered sender

Questions

  1. Is there a recommended way to allow auto-generated emails (with these headers) without bypassing filters?
  2. Can we override or ignore these headers safely within ServiceNow?
  3. Why are notifications suppressed when using the original subject?
  4. Is this behavior tied to:
    • Email filters?
    • Notification suppression rules?
    • Duplicate detection?

Goal

  • Allow inbound emails from external ServiceNow systems without workaround flows
  • Ensure notifications are sent with original subject intact

Any guidance or best practices would be really helpful.

Thanks in advance!

 
 
 
1 REPLY 1

Mark Manders
Giga Patron

That the subject doesn't allow for the email to be sent is weird. It's just a string. Can you check on the conditions? Because it can also be that the update of the subject triggers an email, while creation of the incident doesn't.

 

For the incoming email: check the System Address Filters and Email Filters. The OOB 'Ignore Header' Email Filter contains that X-ServiceNow-Generated:true header and ignores it. If you remove that from the conditions, the emails will be processed correctly.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark