Control and organize emails with InboxRULES
|
This restriction is matched if the search string is found in the message body.
|
| enable: | enable/disable this restriction; if restriction is disabled then it returns always false |
| condition: | level of preciseness that the content restriction should enforce when checking for a match (see below condition items) |
| value: | search string |
| ignore case: | the comparison should be made without considering case |
|
|
 |
| contains: | to match, the search string must be contained anywhere within the body |
| is (exactly): | to match, the search string must be completely contained in the body |
| has prefix: | to match, the search string must appear at the beginning of the body |
| does not contain: | to match, the search string must not be contained anywhere within the body |
| is not (exactly): | to match, the search string must not be completely contained in the body |
| does not have prefix: | to match, the search string must not appear at the beginning of the body |
| is empty: | to match, the body must be empty |
| is not empty: | to match, the body must not be empty |
|
|
 |