]> source.dussan.org Git - rspamd.git/commit
* Many major fixes to statfiles:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 3 Dec 2009 18:28:50 +0000 (21:28 +0300)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 3 Dec 2009 18:28:50 +0000 (21:28 +0300)
commit2f551bd813a96567bac80aeaa186b706571b69f7
treeae3705b93cbfe24376221b060b22d60ab6cac622
parent56379fcf26379a1588e3ca9ad4bdb1c7f370d2c7
* Many major fixes to statfiles:
  - fix bug with mmapping files: new addresses must NOT be allocated in shared memory by themselves
  - fix bug with winnow classifier that totally brokes it down
  - fix bug with too much grow of values
* Use double precission values in statistics
* Add statistics for statfiles
* Add more informative data to output of LEARN command (weight of incoming message)
* Add weight to output of classifier as well
rspamc.pl.in
src/classifiers/classifiers.h
src/classifiers/winnow.c
src/controller.c
src/filter.c
src/statfile.c
src/statfile.h
src/util.c