./wip/bsfilter, Bayesian spam filter written in Ruby

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.19, Package name: bsfilter-1.0.19, Maintainer: ura

bsfilter is a spam filter using Bayesian(statistical) algorithm.

- a filter which distinguishes spam and non-spam mail
- support mails written in English and Japanese language
- written in Ruby
- support 3 methods for access
-- traditional unix-style filter. study and judge local files or pipe
-- IMAP. study and judge mails in an IMAP server
-- POP proxy. run between POP server and MUA
- distributed under GPL


Required to run:
[databases/ruby-qdbm] [databases/ruby-gdbm] [textproc/ruby-mecab] [wip/ruby-kakasi]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 0f4af53bed0bf14a2c3d924c7728836cfb0f3e10
Filesize: 76.816 KB

Version history: (Expand)


CVS history: (Expand)


   2015-03-07 19:25:08 by ISIHARA Takanori | Files touched by this commit (2)
Log message:
Update to bsfilter-1.0.19.
   2012-09-24 19:14:38 by Aleksej Saushev | Files touched by this commit (19)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-10-30 16:34:29 by ISIHARA Takanori | Files touched by this commit (1)
Log message:
Add RUBY_VERSION_SUPPORTED=18.
   2011-06-05 18:42:04 by ISIHARA Takanori | Files touched by this commit (1)
Log message:
Add LICENSE.
   2011-06-05 18:36:51 by ISIHARA Takanori | Files touched by this commit (2)
Log message:
Update to 1.0.17.
and fix install problem using USE_DESTDIR=yes.
   2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267)
Log message:
Remove obsolete @dirrm lines.
   2008-03-10 21:54:45 by Aleksej Saushev | Files touched by this commit (1)
Log message:
DESTDIR support.
   2007-04-12 08:48:13 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update to 1.0.15.

Changes collected from bsfilter CVS log.

1.0.15

- fixed regexp for pop commands which expect "." response
- should not refer headers for language detection in case of -H
- should print response from pop-server in case of -d
- 1st line might be 'unix from' quoated by '>'
- check category and token are not nil
- stop unlinking lockfile
- raise an assert when socket.gets returns nil

1.0.14

- fixed typo for POP response
- print $0 at exception from parser
- print shorter message in case of invalid option
- decode base64 after joining lines
- use "Yes" for "No" as search string
- verbose message added for imap-fetch-unflagged