the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: bogofilter
Homepage: http://bogofilter.sourceforge.net
Maintainer: Michael Richardson
License: GPL
Version: 1.2.0
Revision: 2
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: ed1a0a4609fa0c7dc1cddba1b9d37067
Depends: db47-aes-shlibs | db47-shlibs, gsl-shlibs, libiconv, xmlto
BuildDepends: db47-aes | db47, gsl, libiconv-dev
SetCPPFLAGS: -I%p/include/db4
SetLIBS: -L%p/lib
ConfigureParams: --sysconfdir=%p/etc --mandir=%p/share/man PERL=/usr/bin/perl
CompileScript: <<
./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
mv %i/etc/bogofilter.cf.example %i/etc/bogofilter.cf
<<
ConfFiles: <<
%p/etc/bogofilter.cf
<<
DocFiles: <<
AUTHORS COPYING INSTALL NEWS README TODO
RELEASE.NOTES doc/integrating-with-*
contrib/mailfilter.example contrib/procmailrc.example doc/*.html
bogofilter.cf.example
<<
Description: <<
Bayesian spam filter tuned for speed
<<
DescDetail: <<
Bogofilter is a mail filter that classifies mail as spam or non-spam
by a statistical analysis of the message's header and content. The
program is able to learn from the user's classifications and
corrections.
<<
DescUsage: <<
This filter can either be used via Procmail or integrated into the MTA.
In either case, the filter must be trained to recognize both spam and
non-spam. See the man page for command line options for training, and for
examples of Mutt keybindings to speed up the process.
Quick Procmail configuration (taken from man page):
The following procmail rule will take mail on stdin and direct it to
Mail/spam if bogofilter thinks it's spam:
:OHB:
? bogofilter
Mail/spam
<<
DescPackaging: <<
sgml programs don't seem to be used during build, install, or
runtime, so don't enforce deps on them.
<<