User Guide

Appendix A 123
A.4.11. List of sample spam messages for
users (
samples.xml
)
The samples.xml file contains a list of sample spam messages for users and has
the following structure:
<?xml version="1.0" encoding="koi8-r"?>
<Samples>
<Sample file="filename.xml" catID="..."
name="..." />
...
</Samples>
The
Sample tag attributes:
file – name of the file with the sample (without the path to it), automatically
generated by WebConfigurator when a new sample is added.
catID – category identifier (text string, composed of Latin characters, digits
and symbols
"_" и "/"); should comply with the list available in catlist.xml.
name – sample name, automatically generated by WebConfigurator.
A.4.12. User’s sample spam message
Files that belong to this type are located in the CONFSRC/samples folder.
The configuration file has the following structure:
<?xml version="1.0" encoding="koi8-r"?>
<Sample xmlns="http://www.ashmanov.com/cf/1.0/">
<Subject>...</Subject>
<Body>
...
</Body>
</Sample>