blob: 0722f29a56f980a3b01c802b20feb4f0bb5104e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Bogofilter is a mail filter that classifies mail as spam or ham (non-spam)
by a statistical analysis of the message's header and content (body). The
program is able to learn from the user's classifications and corrections.
</longdescription>
<use>
<flag name="tokyocabinet">Enable Tokyo Cabinet database support</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:bogofilter_project:bogofilter</remote-id>
</upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|