Cisco Cisco Email Security Appliance C160 Mode D'Emploi

Page de 1219
 
9-75
Cisco AsyncOS 9.1 for Email User Guide
 
Chapter 9      Using Message Filters to Enforce Email Policies
  Message Filter Actions
URL Reputation Actions 
Use the reputation score of URLs in messages to modify the URLs or their behavior. For important 
details and examples, see 
 in 
 
No rule is needed with these actions. 
In URL Reputation actions: 
msg_filter_name
: is the name of this message filter.
min_score
 and 
max_score 
are the minimum and maximum scores in the range for which the action 
should apply. The applicable range includes the values that you specify. 
Minimum and maximum scores must be between 
-10.0
 and 
10.0
To specify an action when the reputation service does not provide a score, use the corresponding 
"no-reputation" version of the action, as shown in the following subsections.
whitelist
 is the name of a defined URL list (via the 
urllistconfig
 command.) Specifying a 
whitelist is optional. 
In place of 
Preserve_signed
, enter 0 or 1: 
1 - Apply this action to unsigned messages only
0 - Apply this action to all messages 
If you do not specify a 
preserve_signed
 value, the action is applied to unsigned messages only. 
Related Topics
Replace URL with Text, Based on URL Reputation
To take action when the reputation service provides a score: 
Use the 
url-reputation-replace
 action. 
The syntax of a filter using the 
url-reputation-replace 
action is: 
<msg_filter_name>:
if <condition> 
{url-reputation-replace(<min_score>, <max_score>,’<replace_text>’, '<
whitelist>
', 
<
Preserve_signed>
);} 
Where 
replace_text
 is the text with which to replace the URL. 
To take action when the reputation service does not provide a score: 
Use the 
url-no-reputation-replace
 action. 
The syntax of a filter using the 
url-no-reputation-replace 
action is: 
        bounce();
   }