Xeams provides a powerful rules engine that can accept filtering rules that administrators and end-users can create. These rules are used to search for specific content in different parts of an email:
Rules for creating content filters for every part are similar. This page contains several examples and tips that help you create these filters.
Assume your goal is to search for eliminate lower back pain
. Create a rule with the following values:
Field name | Field value |
---|---|
String to search for | eliminate lower back pain |
Operator | Contains |
Extending with our example in tip# 1, assume the words are non-sequential. For example, you receive an email with the following contents:
Eliminate your lower back discomfort and painIn this example, the words are identical to tip#1 but are not sequential. In such cases, use the word AND (uppercase) to find non-sequential words.
Field name | Field value |
---|---|
String to search for | eliminate AND lower AND pain |
Operator | Contains |
Extending the same example again, assume the phrase can be one of the following:
Eliminate lower back pain Eliminates lower back painThis example is a good candidate for a regular expression, as show below.
Field name | Field value |
---|---|
String to search for | eliminate(s?) lower back pain |
Operator | Regular Expression |