Used to check the availability of a word or string from the dictionary in the specified text source. Dictionary is the list of strings, which is specified in the filter or external file.
Source
Set the text source, which is used for checking.
Static Word Dictionary
Set dictionary strings in a edit field or import it from a file
Load From File
Enables dictionary loading from external file. Dictionary file name is set in Dictionary Strings. If this option is enabled AEP reloads the dictionary file for each processed message.
Search options
Empty - TRUE, if the text source is empty.
Equals String - TRUE, if the text source is the same as any string specified in the dictionary.
Contains String - TRUE, if the text source contains any string specified in the dictionary.
Begin With String - TRUE, if the text source begins with any string specified in the dictionary.
End With String - TRUE, if the text source ends with any string specified in the dictionary.
Contains All Words From String - TRUE, if the text source contains all words from any string specified in the dictionary.
Contains Any Word From String - TRUE, if the text source contains any word from any string specified in the dictionary.
Match Case
String comparison occurs with case-sensitive.
Use Regular Expressions
Dictionary strings are regular expressions.
Result Action
Determines the result of the filter.
Pass Message - if filter conditions is TRUE, filter allow to process message by this rule.
Decline Message - if filter conditions is TRUE, filter denied to process message by this rule.