User Guide
114 Kaspersky Anti-Spam 2.0 Enterprise Edition / ISP Edition
The following encodings are supported:
• windows-1251
• koi8-r
• iso-8859-5
• x-mac-cyrillic
• ibm866
WebConfigurator saves files using koi8-r encoding.
A.4.3. Filter profiles list (
profiles.xml
)
The list of existing filter profiles, both common and personal, is contained in the
profiles.xml file.
The configuration file has the following structure:
<?xml version="1.0" encoding="koi8-r"?>
<Profiles>
<Common>
<ProfileRef file="rulset1.xml"
name="Profile 1" active="yes/no"/>
<ProfileRef file="rulset2.xml"
name="Profile 2" active="yes/no"/>
...
</Common>
<Personal>
<ProfileRef file="rulset3.xml"
name="Profile 3" active="yes/no"/>
<ProfileRef file="rulset4.xml"
name="Profile 4" active="yes/no"/>
...
</Personal>
</Profiles>
The
Common tag contains the list of common profiles, while the Personal tag
contains the personal profile list.
The
ProfileRef tag defines a link to the file from the CONFSRC/profiles folder,
which contains the profile description:
file – name of the file with profile description (without path).










