How ARgon Server processes messages

Clearswift is typically located inside your organization's DMZ. It receives incoming mail for your organization, and outgoing mail from your mail servers, and processes each message according to your content security policy.

The following steps describe the processing of incoming mail.

  1. Clearswift is contacted by an upstream mail server.
  2. Clearswift invokes the policy defined in the first policy route listed on the Manage Policy Routes page whose mail route matches the message's "From" and "To" addresses.
  3. If the policy route has content rules applied, Clearswift uses the "What to Look For?" clauses in each content rule to look for message conditions – such as the presence of a virus, spam, or media type. If a message matches all the "What to Look For?" clauses in a content rule, that rule is said to be triggered.
  4. Clearswift performs the disposal action of the highest priority triggered content rule. If no content rules trigger, Clearswift performs the policy route's default disposal action. The disposal action can be one of deliver, hold, drop (delete), non-deliver, or relay to a server.
  1. Clearswift also performs any additional "What to Do?" actions specified in all triggered content rules, unless an action specifies otherwise. (With some actions you can specify that they should be performed only if the associated content rule's disposal action is performed, for example.) Additional actions might involve generating a notification message, annotating the message, and so on.
  2. If a deliver disposal action is performed, , Clearswift places the message on the 'Ready for Dispatch' queue, where it awaits transmission to the appropriate downstream mail relay (typically, for incoming messages, your mail server).
 
  • A held message may contain threats if your policy did not specify that Clearswift should remove them, or if Clearswift was unable to modify the message. Take care not to release held messages that may contain threats.
  • When a message is released, Clearswift applies the disposal actions of triggered rules on the original policy (in force at the time the message was held). If you change your content security policy, held messages will not be processed according to the new policy, when released. You can apply the new policy to held messages by reprocessing the message.