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

Скачать
Страница из 1093
 
9-77
Cisco AsyncOS 8.0.2 for Email User Guide
 
Chapter 9      Using Message Filters to Enforce Email Policies
  Using the CLI to Manage Message Filters
Creating a New Message Filter
new [seqnum|filtname|last]
Specifies the position at which to insert the new filter(s). If omitted, or given the keyword 
last
, the filters 
entered in are appended to the list of filters. No gaps in the sequence numbers are allowed; you are not 
allowed to enter a seqnum outside the boundaries of the current list. If you enter an unknown filtname
you are prompted to enter a valid filtnameseqnum, or 
last
.
After a filter has been entered, you may manually enter the filter script. When you are finished typing, 
end the entry by typing a period (
.
) on a line by itself.
The following conditions can cause errors:
  •
Sequence number beyond the current range of sequence numbers. 
  •
Filter with a non-unique filtname
  •
Filter with a filtname that is a reserved word. 
  •
Filter with a syntax error. 
  •
Filter with actions referring to non-existent system resources such as interfaces. 
Deleting a Message Filter
delete [seqnum|filtname|range]
Deletes the filter(s) identified. 
The following conditions can cause errors:
  •
No filter with a given filter name. 
  •
No filter with a given sequence number. 
Moving a Message Filter
move [seqnum|filtname|range seqnum|last]
Moves the filters identified by the first parameter to the position identified by the second parameter. If 
the second parameter is the keyword 
last
, the filters are moved to the end of the list of filters. If more 
than one filter is being moved, their ordering remains the same in relation to one another. 
The following conditions can cause errors:
  •
No filter with a given filter name. 
  •
No filter with a given sequence number. 
  •
Sequence number beyond the current range of sequence numbers. 
  •
Movement would result in no change of sequence.