Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Formatting was changed.

В некоторых случаях, нет необходимости архивировать всю почту, а только письма соответствующие определенному критерию. Для этого необходимо определить одно или несколько правим архивирования.

Archive rules are used to specify the conditions that determine whether or not an email should be archived at the time it is received by the system. Each rule consists of one or more clauses. Each clause consists of an email field, an operator and a value. When processing a clause, the value of the selected email field is retrieved from the email and compared against the value specified in the clause. If they match, the action, either “ignore”, “archive” or “do not archive”, is applied.

...



Image Added

For example, to ensure all emails addressed to john@company.com are archived, you would simply select the field “to”, select the “contains” operator and enter “john@company.com”. The ordering in which archiving rules are processed is significant. The rules are processed sequentially from top to bottom. A rule that appears before another will always be processed first. If none of the rules match, the default rule applies. In the definition of the default rule, there is the option to archive incoming, outgoing and/or internal emails.

 

Operator

...

Description 

 
OperatorDescriptionMatch Type
matchesMatches the field against a regular expressionRegular Expression Match
does not matchNegative regular expression matchRegular Expression Match
containsWhether or not field contains the matching stringString Match
does not containWhether ir not field does not contain the matching stringString Match
isTest whether the field is exactly equivalentString Match
isn'tTest whether the field is not exactly equivalentString Match
begins withWhether field starts with the specified valueString Match
ends withWhether field ends with the specified valueString Match
less thanMatch if the field less than a numeric valueNumeric Match
greater thanMatch if the field is greater than a numeric value
Numeric Match