User Guide
Appendix A 117
The configuration file has the following structure:
<?xml version="1.0" encoding="koi8-r"?>
<Profile name = "profile name" type="common">
or
<Profile name = " profile name" type="personal"
rcpt="email">
or
<Profile name = " profile name" type="personal"
rcptlist="filename.xml">
<Comment>
description or comments text,
can be multiline
</Comment>
<Rule>
<Conditions>
Description of condition 1
Description of condition 2
...
</Conditions>
<Actions>
Description of action 1
Description of action 2
...
</Actions>
</Rule>
<Rule>
...
</Rule>
...
</Profile>
The
Profile tag defines the profile’s properties:
name – profile name.
type – attribute that defines whether this profile is common or personal,
using common and personal values.










