Download List

项目描述

Bogofilter is a Bayesian spam filter. In its normal mode of operation, it takes an email message or other text on standard input, does a statistical check against lists of "good" and "bad" words, and returns a status code indicating whether or not the message is spam. Bogofilter is designed with fast algorithms (including Berkeley DB system), coded directly in C, and tuned for speed, so it can be used for production by sites that process a lot of mail.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-05-29 16:14
0.94.13

“重试交易”的逻辑是固定的。编译和运行了- enable - iconv和Unicode的是固定的。现在支持的bogofilter - q选项压制印刷统计数字。在sqlite3的接口是很多现在的CPU效率,它使用一个索引,用户可以利用“sqlite3的现有数据库〜/ .bogofilter / wordlist.db'论的CREATE INDEX bfidx的bogofilter(键,值);'".
标签: Current, Minor bugfixes
The "retry transaction" logic was fixed.
Compilation and running with --enable-iconv and
with Unicode were fixed. Bogofilter now supports a
-q option to suppress printing statistics. The
SQLite3 interface is a lot more CPU efficient now,
and it uses an index that users can add to
existing databases with "sqlite3
~/.bogofilter/wordlist.db 'CREATE INDEX bfidx ON
bogofilter(key,value);'".

2005-05-16 16:14
0.94.12

现在的bogofilter可以用于数据库的完整性,Berkeley DB的交易模式/耐用性和更好的并发性。的bogofilter现在也可以使用SQLite 3.2.0存储在一个强大的,易于保持其标记,但略为放缓数据库。现在默认的bogofilter三态的分类(垃圾邮件/火腿/而不是是不确定/否)。在QDBM数据库司机转用的B +树为更好的性能。该文档已得到改进。
标签: Stable, Minor feature enhancements
bogofilter can now use Berkeley DB's transactional
mode for database integrity/durability and better
concurrency. bogofilter can now also use SQLite
3.2.0 to store its tokens in a robust,
easy-to-maintain, but slightly slower database.
bogofilter now defaults to tri-state
classification (Spam/Ham/Unsure instead of
Yes/No). The QDBM database driver was switched to
use B+ trees for better performance. The
documentation has been improved.

2005-05-13 14:02
0.94.11

此版本修复了bf_resize错误。这是一个稳定的候选版。
标签: Current, Minor bugfixes
This release corrects a bf_resize bug. It is a
candidate for stable release.

2005-05-09 17:30
0.94.10

Berkeley DB的存储允许运行时交易(德州仪器选择)与传统的(默认)模式,具有自动检测现有的数据库。选项和文件名的处理更加一致了。bogoutil有新的选择。新的选择和bf_ *脚本有助于保持德州仪器数据库。 SQLite的驱动程序支持的字节交换使用。可用性改进了Solaris上。许多的错误修正了。
标签: Current, Minor feature enhancements
The Berkeley DB store allows run-time choice of
transactional (TXN) vs. classic (default) mode,
with auto-detection for existing databases. Option
and filename processing is more consistent now.
bogoutil has new options. The new options and the
bf_* scripts help to maintain TXN databases. The
SQLite driver supports byte-swapped use. Usability
improvements were made on Solaris. Lots of
bugfixes were made.

2004-12-28 16:39
0.93.3.1

新的数据库bogoutil维护选项已被添加。可携性修复了Berkeley DB的3.1/3.2,OS / 2的已。 sqlite3的3.0.8或更高版本现在支持。
标签: Current, Minor feature enhancements
New database maintenance options for bogoutil have
been added. Portability fixes for Berkeley DB
3.1/3.2, OS/2 have been made. SQLite3 3.0.8 or
newer is now supported.

Project Resources