This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ITP: bogofilter -- Statistical Bayesian spam filter


Bogofilter is part of Debian. Read more at:

http://packages.debian.org/unstable/mail/bogofilter
http://www.sourceforge.net/projects/bogofilter
http://www.gnu.org/directory/email/spam/bogofilter.html

sdesc: "bogofilter - Statistical Bayesian spam filter."
ldesc: "Bogofilter is a Bayesian spam 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. 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. It is designed with fast
algorithms (including Berkeley DB system), and tuned for speed, so it
can be used for production by sites that process a lot of mail"
category: Mail
requires: cygwin libgsl0 libgslcblas0

A) Download like this:

  wget --non-verbose        \
    http://cygwin.cante.net/bogofilter/setup.hint \
    http://cygwin.cante.net/bogofilter/bogofilter-0.96.1-1.tar.bz2.sig \
    http://cygwin.cante.net/bogofilter/bogofilter-0.96.1-1.tar.bz2 \
    http://cygwin.cante.net/bogofilter/bogofilter-0.96.1-1-src.tar.bz2.sig \
    http://cygwin.cante.net/bogofilter/bogofilter-0.96.1-1-src.tar.bz2

B) OR download like this (automated d/l + instructions displayed)

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir bogofilter ; cd bogofilter
  rm -f get.sh get.sh.sig
  wget -q http://cygwin.cante.net/bogofilter/get.sh \
          http://cygwin.cante.net/bogofilter/get.sh.sig
  gpg --verify get.sh.sig get.sh &&
  sh get.sh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]