Behavior | This is always set to Accept, meaning that if the logical expression below evaluates to true, the message will be accepted. |
Field | The message field or expression to test. |
Condition | Determines how to test the Field set above. The following conditions are supported:
- Exists: Returns true if the length of the field is greater than 0.
- Not Exist: Returns true if the length of the field is 0.
- Equals: If the Values table is empty, returns true if the field is equal to an empty string. If the Values table is not empty, returns true if the field matches any of the values in the Values table below.
- Not Equal: If the Values table is empty, returns true if the field is not equal to an empty string. If the Values table is not empty, returns true if the field matches none of the values in the Values table below.
- Contains: Returns true if the field contains any of the values in the Values table below.
- Not Contain: Returns true if the field contains none of the values in the Values table below.
|
Values | A table of expressions that may be used in conjunction with the Condition to test the given field and decide whether or not to filter the message. |