Cisco Cisco Email Security Appliance C160 Betriebsanweisung

Seite von 1140
 
9-14
Cisco AsyncOS 8.5.5 for Email Security User Guide
 
Chapter 9      Using Message Filters to Enforce Email Policies
  Message Filter Rules
Header Dictionary 
Match
header-dictionary-match(<dic
tionary_name>, <header>)
Does the specified header (case insensitive) 
contain any of the regular expressions or terms in 
the content dictionary named dictionary name
See 
Body Dictionary 
Match 
body-dictionary-match(<dicti
onary_name>)
This filter condition returns true if the dictionary 
term matches content in the body of the message 
only. The filter searches for terms within the 
MIME parts not considered to be an attachment. 
and it returns true if the user-defined threshold is 
met (the default threshold value is one). See 
.
Envelope Recipient 
Dictionary Match
rcpt-to-dictionary-match(<di
ctionary_name>)
Does the envelope recipient contain any of the 
regular expressions or terms in the content 
dictionary named dictionary name? See 
.
Envelope Sender 
Dictionary Match
mail-from-dictionary-match(<
dictionary_name>)
Does the envelope sender contain any of the 
regular expressions or terms in the content 
dictionary named dictionary name? See 
.
SMTP 
Authenticated User 
Match
smtp-auth-id-matches(<target
[, <sieve-char>]
Does the address of the Envelope Sender and the 
address in message header match the 
authenticated SMTP user ID of the sender? See 
True
true
Matches all messages. See 
.
Valid
valid
Returns false if the message contains 
unparsable/invalid MIME parts and true 
otherwise. See 
Signed
signed
Is the message is signed? See 
Signed Certificate
signed-certificate(<field> 
[<operator> <regular 
expression>])
Does the message signer or X.509 certificate 
issuer match a certain pattern? See 
Header Repeats
header-repeats (<target>, 
<threshold> [, <direction>])
Returns 
true 
if at a given point in time, a 
specified number of messages:
With same subject header are detected in 
last one hour.
From same envelope-sender are detected in 
last one hour.
See 
Table 9-2
Message Filter Rules
Rule Syntax 
Description