User Guide
Appendix A 119
address specified in format user@domain or @domain
• Sender’s e-mail is included in the specified list:
<SMTPFromList list="filename" />
filename — file name (without path) from directory
CONFSRC/emails.
• Recipient’s e-mail address (one of the recipients if there are several)
matches the specified one:
<SMTPTo email="address" />
address specified in format user@domain or @domain
• Recipient’s e-mail address (one of the recipients if there are several) is
included in the specified list:
<SMTPToList list="filename" />
filename — file name (without path) from folder
CONFSRC/emails.
• A message has a specified header (e.g.: From, To or Keywords):
<HasHeader header="name" />
• Specified message header (e.g.: From, To or Keywords) matches the
specified template (regular expression):
<HeaderMatch header="name" regexp = "reg_exp"/>
• Message falls into the specified content category:
<CategoryMatch category="name" />
category — full path to the category in the content filtering
database index.(with
/)
• Total message size (in bytes) exceeds the specified limit:
<MsgSize limit="n" />
Any of the above listed tags can have the
negative="yes" attribute, which means
that logical clause
NOT should be applied to this condition.
Any of the above listed tags can have the
invalid="yes" attribute, which means
that this condition is ill-defined (usually because of lack of parameters).
The following actions can be used in the configuration file:
1. accept – resend message to the recipient (recipients) without changes:
<DoAccept />
2. reject – reject this message on the SMTP-chat level:










