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

Скачать
Страница из 568
Chapter 6      Using Message Filters to Enforce Email Policies
6-94
Cisco IronPort AsyncOS 7.5 for Email Advanced Configuration Guide
OL-25137-01
Bypass Anti-Virus System Action
The 
skip-viruscheck
 action instructs the system to allow the message to bypass 
any virus protection system configured on the system. This action does nothing to 
the message if there is no anti-virus system configured, or if the message was 
never flagged to be scanned for viruses in the first place.
The following example specifies that messages received on the listener 
“private_listener” should bypass the anti-spam and the anti-virus systems.
Bypass Outbreak Filter Scanning Action
The 
skip-vofcheck
 action instructs the system to allow the message to bypass the 
Outbreak Filters scanning. This action does nothing to the message if Outbreak 
Filters scanning is not enabled.
The following example specifies that messages received on the listener 
“private_listener” should bypass Outbreak Filter scanning.
        skip-spamcheck();
   }
internal_mail_is_safe:
   if (recv-listener == 'private_listener') 
   {
        skip-spamcheck();
        skip-viruscheck();
   }
internal_mail_is_safe:
   if (recv-listener == 'private_listener') Outbreak Filters
   {