Download List

Descripción del Proyecto

bayesian spam filter. works as unix-style filter, POP-proxy or communicates with IMAP server. distributed as ruby script. GPL.

System Requirements

System requirement is not defined

Publicado: 2013-11-03 19:29
bsfilter 1.0.19 (for ruby 1.9 or 2.0) (1 files Ocultar)

Release Notes

revision 1.87

Changelog

revision 1.86.2.11
date: 2013-11-03 17:29:54 +0900; author: nabeken; state: Exp; lines: +4 -5
null string imap search removed
----------------------------
revision 1.86.2.10
date: 2013-07-15 03:41:40 +0900; author: nabeken; state: Exp; lines: +53 -15
applied mecab-utf8 patch from http://sourceforge.jp/forum/message.php?msg_id=69410
applied quoted-printable patch from http://sourceforge.jp/forum/message.php?msg_id=69449
applied valid encoding patch from http://sourceforge.jp/forum/message.php?msg_id=69463
----------------------------
revision 1.86.2.9
date: 2013-03-17 20:13:03 +0900; author: nabeken; state: Exp; lines: +13 -8
encoding fix for ruby2.0
----------------------------
revision 1.86.2.8
date: 2013-03-10 03:03:03 +0900; author: nabeken; state: Exp; lines: +11 -9
use EUC to filter tokens after Mecab
switch to 8bit after jtokenizer
----------------------------
revision 1.86.2.7
date: 2013-02-03 02:44:56 +0900; author: nabeken; state: Exp; lines: +9 -9
updated for mecab 0.995
----------------------------
revision 1.86.2.6
date: 2013-01-14 17:09:22 +0900; author: nabeken; state: Exp; lines: +4 -4
need to join array before print
----------------------------
revision 1.86.2.5
date: 2013-01-14 13:41:59 +0900; author: nabeken; state: Exp; lines: +9 -5
fix for ruby1.9 + mecap
----------------------------
revision 1.86.2.4
date: 2012-08-08 14:26:45 +0900; author: nabeken; state: Exp; lines: +19 -37
iconv removed
----------------------------
revision 1.86.2.3
date: 2012-08-08 11:08:05 +0900; author: nabeken; state: Exp; lines: +25 -20
need to stop using iconv
----------------------------
revision 1.86.2.2
date: 2012-08-05 23:48:03 +0900; author: nabeken; state: Exp; lines: +9 -6
paren removed from yield
----------------------------
revision 1.86.2.1
date: 2012-08-05 21:44:37 +0900; author: nabeken; state: Exp; lines: +34 -19
array.to_s changed