History | View | Annotate | Download (5.1 kB)
lib/filters/bayes-filter.c: skip if either junk or clean database isempty.src/sylfilter.c: fixed bulk learning.
enabled multiple file testing. Fixed error output.
implemented debug mode switch.
sylfilter.c: show message data.
also parse specific headers.
sylfilter: allow multiple file input.
added option to show learning status.
renamed old sylfilter.c to sylfilter-test.c and added new sylfilter.c.
implemented basic bayesian filter.
modified interface of XFilter result. Added API to open/close bayes db.
implemented KVS APIs and QDBM implementation.
return different value for each result
implemented simple stopword.
added a function to read message files.
added xfilter_manager_add_filters().
Initial commit