Cisco Cisco Email Security Appliance C170 사용자 가이드

다운로드
페이지 652
Chapter 14      Text Resources
14-26
Cisco IronPort AsyncOS 7.5 for Email Configuration Guide
OL-25136-01
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 14-13
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');
}