Iniciar sesión
HomeDocumentationProcessing rules

Processing rules

Flexible, condition-based mail routing and processing.

What rules are

Processing rules are sets of conditions and actions applied to every inbound message after the anti-spam analysis. Use them to automatically sort, forward, and tag messages.

Conditions (If)

Each rule checks one or more conditions. Conditions can be combined with AND (all must match) or OR (at least one must match).

Condition typeDescriptionExample
FromSender address or domain@newsletter.com
ToRecipient address or domainceo@company.com
SubjectMatch in the subject lineINVOICE
IP addressSending server's IP or subnet10.0.0.0/8
HeaderAny message headerX-Mailer: MailChimp
Body keywordKeyword in the message bodyunsubscribe

Actions (Then)

Order of evaluation

Rules are evaluated in the order they appear in the list. You can drag rules to change their priority. The "Stop processing other rules" flag halts further processing once a rule matches.