Cisco Cisco Email Security Appliance C160 Mode D'Emploi

Page de 568
6-77
Cisco IronPort AsyncOS 7.5 for Email Advanced Configuration Guide
OL-25137-01
Chapter 6      Using Message Filters to Enforce Email Policies
Encrypt Action
The encrypt action uses the configured encryption profile to deliver encrypted 
messages to email recipients. 
The following filter encrypts messages if they contain the term [encrypt] in the 
subject:
Note
You must have an IronPort Encryption Appliance in your network or a hosted key 
service configured to use this filter action.  You must also have configured an 
encryption profile to use this filter action. 
Notify and Notify-Copy Actions
The 
notify
 and 
notify-copy
 actions send an email summary of the message to 
the specified email address. The 
notify-copy
 action also sends a copy of the 
original message, similar to the 
bcc-scan
 action. The notification summary 
contains:
  •
The contents of the Envelope Sender and Envelope Recipient (
MAIL FROM
 and 
RCPT TO
) directives from the mail transfer protocol conversation for the 
message. 
  •
The message headers of the message. 
        bounce();
   }
Encrypt_Filter:
  if ( subject == '\\[encrypt\\]' )
   {
       encrypt('My_Encryption_Profile');
   }