2006-03-07 05:50:43 by Hiramatsu Yoshifumi | Files touched by this commit (3) |
Log message:
Updated to 1.0.12.
Detailed changelog is not available, but according to the
author's blog
1.0.10
bugfix release
1.0.11
buffix and add support for Mew 4.2.53.
1.0.12
bugfix release
|
2005-11-05 18:07:58 by Roland Illig | Files touched by this commit (1) |
Log message:
Fixed some things that are not yet pkglint warnings:
- Moved the .include lines to the bottom of the file, as they are not
needed at the top.
- Replaced a horribly complicated expression, which was equivalent to
${PKGBASE}, with a literal "bsfilter", as it is used in a context where
a file name is expected, not a package name.
- Made the .for iteration variable names lowercase.
|
2005-08-13 12:00:46 by Hiramatsu Yoshifumi | Files touched by this commit (1) |
Log message:
Add ruby-iconv to DEPENDS.
|
2005-08-11 13:18:26 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Updated to 1.0.9.
Changes from 1.0.6:
- Add support for POP/IMAP over SSL.
- Language detection does not rely on charset.
- Add support for qdbm, bdb.
|
2005-03-24 22:13:26 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
|
2005-03-16 14:09:11 by URA Hiroshi | Files touched by this commit (3) |
Log message:
Update bsfilter to 1.0.6
Changes 1.0.6:
added "--mark-spam-subject" and "--spam-subject-prefix string"
Changes 1.0.5:
fixed unexpected change of EOL code with win32-ruby
added sample elisp codes for mew version 4
|
2005-03-16 08:17:23 by URA Hiroshi | Files touched by this commit (7) | |
Log message:
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
Author: nabeken
WWW: http://bsfilter.org/index-e.html
|