<< Back to Trigger Conditions
Keep in mind that not all Trigger types have access to all Comparisons.
Note that "Any Message" and "Command Line Program" No Comparison
(they will show as "Equals") and that "Attachment File Type" can only have
"equals".
- Equals
This really only has meaning in "Attachment File Type" or "Day of the
Week". It is legal, however not logical, for Date, Time and Size
- Does
Not Equals This really only has meaning in "Day of the Week".
It is legal, however not logical, for Date, Time and Size
- Is
Less Than This can be used in Date, Time, Size, Day of Week.
Please note that in Day of the Week Sunday has the lowest value and
Saturday has the highest
- Is
Greater Than This can be used in Date, Time, Size, Day of Week.
Please note that in Day of the Week Sunday has the lowest value and
Saturday has the highest
- Is
Less Than or Equal to This can be used in Date, Time, Size,
Day of Week. Please note that in Day of the Week Sunday has the lowest
value and Saturday has the highest
- Is
Greater Than or Equal to This can be used in Date, Time, Size,
Day of Week. Please note that in Day of the Week Sunday has the lowest
value and Saturday has the highest
- Contains
This is a case insensitive text Comparisons. It in fact is a Regular
expression following the Microsoft standard for this. Note that a Contains
data value of fred would match against e-mail text of freddy. If this
is not what you want use "Contains Exactly"
- Does
Not Contain This is a case insensitive text Comparisons. It
is the inverse of Contains.
- Exists
This only has meaning in "Header". If the header is found, with any
value, it is true.
- Is
Missing This only has meaning in "Header". If the header is
not found, with any value, it is true.
- Contains
Exactly" This is a special case of contains. In this case the data value
of fred would not match against e-mail text of freddy.
|