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

Скачать
Страница из 1093
 
18-12
Cisco AsyncOS 8.0.2 for Email User Guide
 
Chapter 18      Text Resources 
  Using Text Resources
Prior to using disclaimer text you have to create the disclaimer template. Use the Text Resources page 
in the GUI (see 
) or the 
textconfig
 command (see the Cisco AsyncOS 
CLI Reference Guide) to create and manage a set of text strings to be used.
Adding Disclaimer Text via a Listener
Once you have disclaimer text resources created, select which text strings will be appended to messages 
received by the listener. You can add disclaimer text above or below a message. This feature is available 
on both public (inbound) and private (outbound) listeners.
If you send a message that consists of text and HTML (Microsoft Outlook calls this type of message a 
“multipart alternative”), the Cisco appliance will stamp the disclaimer on both parts of the message. 
However, if your message has signed content, the content will not be modified because the modification 
will invalidate the signature. Instead, a new part is created with a disclaimer stamp that says 
Content-Disposition inline attachment
.” For more information on multipart messages, see 
“Message Bodies vs. Message Attachments” in the “Using Message Filters to Enforce Email Policies” 
chapter of the Cisco IronPort AsyncOS for Email Advanced Configuration Guide.
The following example shows how to select a disclaimer to apply to messages on a listener via the GUI:
Figure 18-1
Editing a Listener to Include a Disclaimer
Adding Disclaimers via Filters
You can also append specific, predefined text strings to the disclaimers of messages using the filter 
action 
add-footer()
 or the content filter action “Add Disclaimer Text.” For example, the following 
message filter rule appends the text string named 
legal.disclaimer
 to all messages sent from users in 
the LDAP group “Legal:”
Add-Disclaimer-For-Legal-Team:
if (mail-from-group == 'Legal')
{
  add-footer('legal.disclaimer');
}