Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Review
Workspace Notes
Created by Guest
Created on Mar 17, 2026

Mail rule is not working when keywords in body has text/plain and text/html

The mime body search rule works in the router by using formula language. It will eventually call an API to convert the MIME body item to text in order to search it.

Rules execution is getting the text of the "Body" from only one of the alternative parts. If there is a text/plain part, it will use that, because it's already in plain text form, ready to search.

In the email text/plain part, it does contain the string "Text 1"

But it does not contain the string "Text 2", and it is part of the text/html

Due to this, "Text 2" is not searched, and the rule is failing.

  • Attach files