Download List

Projeto Descrição

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 Requirements

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.

2006-07-27 19:55
1.0.3

Várias correções foram feitas. Uma incompatibilidade com o GNU make 3.81 foi resolvido. Assorted pequenas alterações foram feitas.
Tags: Stable, Minor bugfixes
Several fixes were made. An incompatibility with GNU make 3.81 was resolved. Assorted minor changes were made.

2006-07-10 16:02
1.0.2

Saída é liberado depois de escrever o cabeçalho spamicity para evitar bloqueios em certas configurações. Quando o banco de dados está perto de seu limite de tamanho, acesso de leitura ainda é permitido. RFC rTable (verbose) formatação do cabeçalho foi feito-2822 compliant. BerkeleyDB relacionados. / Configure travamentos no OpenBSD foram trabalhados ao redor. O Berkeley DB aviso tamanho do arquivo é impresso apenas uma vez por executar.
Tags: Stable, Minor bugfixes
Output is flushed after writing the spamicity
header to avoid deadlocks in certain
configurations. When the database is near its size
limit, read access is still allowed. Rtable
(verbose) header formatting was made RFC-2822
compliant. BerkeleyDB-related ./configure lockups
on OpenBSD were worked around. The Berkeley DB
file size notice is printed only once per run.

2006-01-02 16:04
1.0.1

Algumas partes da documentação foi corrigida e limpa. Um bug no driver SQLite3 foi corrigido que poderia, em vez de COMMIT ROLLBACK após um erro. O. / Configure textos de ajuda têm sido revistos. "make rpm" agora inclui SQLite3 baseado em RPMs (mais fácil de usar) e prevê compartilhado e semi-estática RPMs binários para Linux. Um script de mantenedor de apoio para a construção de baixa dependência. Uma (estática) de BerkeleyDB versões 4.2.52.4 e SQLite3.2.8 foi adicionado. bogoutil agora entende a opção-S para redirecionar sua saída.
Tags: Stable, Minor bugfixes
Some parts of the documentation have been
corrected and cleaned up. A bug in the SQLite3
driver was corrected that could COMMIT rather than
ROLLBACK after an error. The ./configure help
texts have been revised. "make rpm" now includes
SQLite3-based RPMs (easier to use) and provides
shared and semi-static binary RPMs for Linux. A
maintainer support script to build low-dependency
.a (static) versions of BerkeleyDB 4.2.52.4 and
SQLite3.2.8 was added. bogoutil now understands
the -O option to redirect its output.

2005-12-02 08:30
1.0.0

Menor FAQ atualizações e correções foram feitas. O script configure abortar se o ar (1 comando) não pode ser encontrado. Berkeley DB 4.4 é agora suportado.
Tags: Stable
Minor FAQ updates and corrections were made. The
configure script aborts if the ar(1) command
cannot be found. Berkeley DB 4.4 is now supported.

2005-11-21 15:32
0.96.6

Este é um release candidate para 1.0.0. Apoio TDB foi descartado. Unicode (UTF-8 apenas apoio) foi adicionado. Berkeley DB armazenamento transacional não precisa mais de bloqueio de dimensionamento da tabela. O motorista SQLite3 é mais rápido agora e verifica a versão da biblioteca de banco de dados para evitar acidentes. Alguns SunOS, IRIX OS, e correções de portabilidade MIPS arquitetura foram feitas. Várias correções importante conjunto de caracteres, HTML, anexo binário e transformação MIME foram feitas. O shell scripts devem agora trabalhar em qualquer sh POSIX, e não apenas bash. O "não declarado charset padrão" agora é ISO-8859-1.
Tags: Stable, Major bugfixes
This is a release candidate for 1.0.0. TDB support
was dropped. Unicode (UTF-8 only) support was
added. Berkeley DB transactional store no longer
needs lock table sizing. The SQLite3 driver is
faster now and checks the database library version
to avoid accidents. Some SunOS, IRIX OS, and MIPS
architecture portability fixes were made. Several
important fixes to character set, HTML, binary
attachment, and MIME processing were made. The
shell scripts should now work on any POSIX sh, not
just bash. The "undeclared charset" default is now
ISO-8859-1.

Project Resources