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] spamprobe 1.4d-1 -- Bayesian spam filter


Included in Debian stable

  http://packages.debian.org/spamprobe

Jari

sdesc: "Bayesian spam filter"
ldesc: "This package provides a spam filter based on the article A Plan for
Spam by Paul Graham. It uses a database (either BerkeleyDB or a
simpler hash file) to store one- and two-word phrases. Only certain
headers are analyzed and HTML tags are ignored to prevent false
positives of legitimate HTML emails. Image attachments are considered
as words that can signal spam. It can be simply integrated with
procmail or maildrop to filter spam on incoming mail."
category: Mail
requires: cygwin libdb libpbl

a) manual

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

b) automatic

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

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