Reviewing emails getting ignored by inbound actionsIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; text-decoration: underline; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } --> Emails sent to a ServiceNow instance are processed by each of the active Inbound Actions, but only if the specified conditions apply to the email. Depending on the Inbound Action configuration, it is possible that an email could get skipped by all inbound actions, remaining ignored in the Inbox in Ready state instead of Processed state. CauseThere are multiple conditions as well as configurable properties that determine whether an Inbound Email Action will ignore an email. For example you might configure your inbound action to match only emails classified as a reply to the Case table.ResolutionEach Inbound Email Action logs whether it skipped a particular email and why. For instance, you might have an Inbound Email Action named Update Change that matches on emails classified as reply. When your action gets a chance to process an email classified as new, it logs an entry such as: Skipping 'Update Change', email is type 'new', which does not match Inbound Email Action's type 'reply' View the logged entries for the email by opening the email record from the email log. The Default view does not include the related log records, so you may need to first change the form view to Inbox. Right-click the email record header to show the context menu.Select View.Select Inbox. Review the related log entries on the form to see why an email was skipped. There is also a log entry describing whether the email was classified as New, Reply, or Forward. For emails classified as a reply, the log entry includes the reason why it was matched as a reply.Related LinksEmails being received-ignored with an unknown error string Configuring inbound action conditions: Inbound Email Actions