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: 0.13.7.2
Revision: 1001
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 77dee50af4eb37a3099345fc6ccb530a
Depends: db3-shlibs (>= 3.3.11-1027)
BuildDepends: db3 (>= 3.3.11-1027)
SetCPPFLAGS: -I%p/include/db3
SetLIBS: -L%p/lib
ConfigureParams: --sysconfdir=%i/etc --mandir=%i/share/man
CompileScript: <<
./configure %c
make
<<
InstallScript: <<
make install prefix=%i
cp bogofilter.cf.example bogofilter.cf
/usr/bin/install -d %i/etc
/usr/bin/install -m 644 bogofilter.cf %i/etc
<<
ConfFiles: <<
%p/etc/bogofilter.cf
<<
DocFiles: <<
AUTHORS COPYING INSTALL METHODS NEWS README README.cvs TODO UPGRADE
RELEASE.NOTES-0.1* CHANGES-0.1* doc/integrating-with-* doc/*.HOWTO
contrib/mailfilter.example contrib/procmailrc.example doc/*.html
bogofilter.cf.example
<<
Description: <<
Bayesian spam filter designed and 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
<<