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] spambayes 1.0.4 -- Python-based spam filter using statistical analysis


Included in Debian stable:

  http://packages.debian.org/spambayes

Jari

sdesc: "Python-based spam filter using statistical analysis"
ldesc: "SpamBayes uses a different set of algorithm to most statistical spam
filters, which enables to dramatically lower the number of legitimate
mail classified as spam, through the introduction of an unsure
category. SpamBayes can be used as a POP3 or an IMAP proxy, as well as
a simple mail filter for use with procmail."
category: Mail Python
requires: cygwin python

a) manual

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

b) automatic

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

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