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] ifile 1.3.8 -- a spam filter capable of learning


Included in Debian stable

    http://packages.debian.org/ifile

Jari

sdesc: "a spam filter capable of learning"
ldesc: "A text filter that uses machine learning to classify texts into
groups. ifile works great as a spam filter. The text is classified by
a simple statistical method called Naive Bayes, which basically
considers each text an unordered collection of words and classifies by
matching the distribution with the most closely matching group
distribution. Alternatives to ifile are annoyance-filter, bogofilter,
spamoracle, and spamprobe."
category: Mail
requires: cygwin

a) manual

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

b) automated

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

  mkdir ifile ; cd ifile
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/ifile/get.sh \
          http://cygwin.cante.net/ifile/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]