Cisco Cisco Email Security Appliance C160 User Guide

Page of 652
Chapter 14      Text Resources
14-30
Cisco IronPort AsyncOS 7.5 for Email Configuration Guide
OL-25136-01
Now, use the new disclaimer in a filter
The 
add-footer()
 action supports non-ASCII text by adding the footer as an 
inline, UTF-8 coded, quoted printable attachment.
1. legal.disclaimer (Message Disclaimer)
2. legal.disclaimervar (Message Disclaimer)
Choose the operation you want to perform:
- NEW - Create a new text resource.
- IMPORT - Import a text resource from a file.
- EXPORT - Export text resource to a file.
- PRINT - Display the content of a resource.
- EDIT - Modify a resource.
- DELETE - Remove a resource from the system.
[]>
mail3.example.com>commit
Add-Timestamp:
if (mail-from-group == 'Legal')
{
  add-footer('legal.disclaimervar');
}