Руководство Пользователя для Cisco Cisco Email Security Appliance C170

Скачать
Страница из 400
 
6-42
Cisco IronPort AsyncOS 7.6 for Email Advanced Configuration Guide
OL-25137-01
Chapter 6      Using Message Filters to Enforce Email Policies
The following example adds a header if the message has an X.509 certificate:
The following example adds a header if the message’s certificate does not have a signer:
Message Filter Actions
The purpose of message filters is to perform actions on selected messages. 
The two types of actions are:
  •
Final actions — such as 
deliver
drop
, and 
bounce
 — end the processing of a message, and permit 
no further processing through subsequent filters.
  •
Non-final actions perform an action which permits the message to be processed further.
Non-final message filter actions are cumulative. If a message matches multiple filters where each filter 
specifies a different action, then all actions are accumulated and enforced. However, if a message 
matches multiple filters specifying the same action, the prior actions are overridden and the final filter 
action is enforced.
Filter Actions Summary Table
Message filters can apply the following actions shown in 
 to an email message.
    notify("admin@example.com");
}
AnyX509: if signed-certificate ("issuer") {
    insert-header("X-Test", "X.509 present");
}
NoSigner: if not signed-certificate ("signer") {
    insert-header("X-Test", "Old X.509?");
}
Table 6-5
Message Filter Actions
Action 
Syntax 
Description 
Alter source host
alt-src-host
Change the source hostname and IP interface (Virtual 
Gateway address) to send the message. See 
.
Alter recipient
alt-rcpt-to
Change a recipient of the message. See 
.
Alter mailhost
alt-mailhost
Change the destination mail host for the message. See 
.