4.3. Conditions & Exceptions¶
Contents
- Conditions & Exceptions
- Envelope Sender
- Envelope Recipient
- Message Sender - Email Address
- Message Recipient - Email Address
- Message Recipients Count
- Message Header
- Message Size
- Message Subject or Body Contains
- Message Count Based on Sender
- Message Count Based on Recipient
- Attachment Name
- Attachment Type
- Attachment Size
- Attachments Count
- Time Range
Both set of conditions and exception are the same. Exceptions are logically NOT conditions. When exceptions are met action will not be done on the message. When conditions are met action will be done on the message. The application first checks exceptions and when nothing is met it goes to conditions. When conditions are met - action is done on the message.
4.3.1. Envelope Sender¶
Matches messages sent by specified sender(s). Several addresses can be separated with semicolon (;) or a new line.
Available match patterns:
- Exact Match
- Wildcards
- Regular Expression
4.3.3. Message Sender - Email Address¶
Matches messages sent by specified sender(s). Several addresses can be separated with semicolon (;) or a new line.
Available match patterns:
- Exact Match
- Wildcards
- Regular Expression
4.3.4. Message Recipient - Email Address¶
Matches messages which are sent to specified recipient(s). Recipient can be listed in To, Cc and/or Bcc field.
Available match patterns:
- Exact Match
- Wildcards
- Regular Expression
If condition/exception should be true when at least one recipient is matched then True only if at least one recipient is matched, otherwise True only if all recipients are matched option must be selected.
Several addresses can be separated with semicolon (;) or a new line.
4.3.6. Message Header¶
Matches messages with specified headers.
Available match patterns:
- Exact Match
- Wildcards
- Regular Expression
Messages could be matched when:
- have specified header
- doesn’t have specified header
- have specified header with value
- have specified header without value
4.3.7. Message Size¶
Matches messages with specified size.
Comparision types:
- equal
- not equal
- greater than
- greater or equal
- less than
- less or equal
Value of the message size
- b - bytes
- kB - kilobytes
- MB - megabytes
- GB - gigabytes
4.3.8. Message Subject or Body Contains¶
Matches messages which have specified keyword pattern in body or subject.
Available match patterns:
- Exact Match
- Wildcards
- Regular Expression
Matching is case insensitive.