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] spamoracle 1.4 -- Ocaml based Bayesian spam filter


Included in Debian stable

  http://packages.debian.org/spamoracle

Jari

sdesc: "Ocaml based Bayesian spam filter"
ldesc: "A tool to help detect and filter away spam. It proceeds by statistical
analysis of the words that appear in the email, comparing the
frequencies of words with those found in a user-provided corpus of
known spam and known legitimate email."
category: Mail
requires: cygwin

a) manual

  wget        \
    http://cygwin.cante.net/spamoracle/spamoracle-1.4-1-src.tar.bz2 \
    http://cygwin.cante.net/spamoracle/spamoracle-1.4-1.tar.bz2 \
    http://cygwin.cante.net/spamoracle/setup.hint \

b) automatic

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

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

-- 
Welcome to FOSS revolution: we fix and modify until it shines


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