User Guide
Appendix A 121
• add new header with a specified name and value (create):
<DoHeaderNew header="name" value = "new
value"/>
The
${CATEGORY} macrovariable can be used when specifying a
new header value – a list of spam categories received by content
analysis of a message text (for instance, this list can be saved to
the Keywords header).
A.4.8. E-mail addresses list
E-mail address files are located in the CONFSRC/emails folder.
The emails.xml file contains a list of these files.
The configuration file has the following structure:
<?xml version="1.0" encoding="koi8-r"?>
<EMailList name = "list name" description = "brief
description">
<EMail address = "..."/>
<EMail address = "..."/>
...
<EMailList/>
The
EMailList tag defines list properties:
name – List name
description – Free comment (can be absent or blank)
The
EMail tag defines the e-mail address. The value of the address attribute can
be specified in two formats:
user@domain, or @domain (includes any user of the
specified domain).
A.4.9. IP addresses list
Files with IP addresses are located in the CONFSRC/iplists folder.
The iplists.xml file contains a list of these files.
The configuration file has the following structure:
<?xml version="1.0" encoding="koi8-r"?>
<IPList name = "list name" description = "brief
description">
<IP mask="aaa.bbb.ccc.ddd/nn"/>
<IP mask="aaa.bbb.ccc.ddd"/>










