Using Regular Expressions in Message Filters |
Top Previous Next |
It is possible to use Regular Expressions as signal strings in the message filters. In a filter definition in the Sorting Office dialog, choose the "match" condition to make use of "Regular expressions" in the match string.
The default PCRE options for message filters are PCRE_CASELESS+PCRE_MULTILINE. Matching is done by treating the whole message as one string. CF/LF pairs (0D/0A) are replaced with single LF (0A) characters before matching.
See also: Regular Expressions Syntax (Basic). |