Policy actions can modify the routing or content of a message. Possible actions include: keep; (deliver message), reject; (reject message), and pmx_quarantine; (quarantine message). Actions always end with a semicolon. Semicolons delimit when an action ends.
action;
keep; reject; pmx_quarantine;
Action modifiers are optional parameters that alter the outcome of a particular policy action. For example, the pmx_quarantine action modifier is a string argument that specifies the reason that PureMessage quarantined a message. Reasons could include 'Virus', 'Spam', or 'Attachment Over 100K'.
action <action-modifier>;
pmx_quarantine "Spam";