Cisco Cisco Email Security Appliance C170 Guia Do Utilizador

Página de 548
5-351
Cisco IronPort AsyncOS 7.1 for Email Advanced Configuration Guide
OL-22164-02
Chapter 5      Using Message Filters to Enforce Email Policies
Figure 5-2
Matched Content Viewed in the Policy Quarantine
Examples of Message Filter Actions
Skip Remaining Message Filters Action
The 
skip-filters
 action ensures that the message skips any further processing 
from message filters and continues through the email pipeline. The message that 
incurs the 
skip-filters
 action will be subject to anti-spam scanning and 
anti-virus scanning, if it is available on the appliance. The 
skip-filters
 action 
is the default final action for message filters.
The following filter notifies 
customercare@example.com
 and then immediately 
delivers any message addressed to 
boss@admin
.
bossFilter:
   if(rcpt-to == 'boss@admin$')
   {
        notify('customercare@example.com');