Commit graph

7 commits

Author SHA1 Message Date
Hiramatsu Yoshifumi
9642b7ed28 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
2006-03-07 04:50:43 +00:00
Roland Illig
f51ddddc25 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-11-05 17:07:58 +00:00
Hiramatsu Yoshifumi
2086cf232e Add ruby-iconv to DEPENDS. 2005-08-13 10:00:46 +00:00
Hiramatsu Yoshifumi
124a8b9801 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-08-11 11:18:26 +00:00
Thomas Klausner
a1359b8f1b Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:13:26 +00:00
URA Hiroshi
6497d7b10b 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 13:09:11 +00:00
URA Hiroshi
6f41ce0f7b 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
2005-03-16 07:17:22 +00:00