]> source.dussan.org Git - rspamd.git/commit
* Implement pre and post classify callbacks for checking specific statfiles for this...
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Wed, 16 Dec 2009 17:06:29 +0000 (20:06 +0300)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Wed, 16 Dec 2009 17:06:29 +0000 (20:06 +0300)
commit1b1bcd6966f47a2568acee011dd4b9f18195d765
tree219073936a703bd001699bc0ca4c70014068c26c
parentb7046a0e6667e9c840b83acaf08f9ac117508eaa
* Implement pre and post classify callbacks for checking specific statfiles for this task

TODO:
  - add properties to get all parameters of input task
  - add properties to statfile object
  - add some normalization function for calling from classify process
  - document changes
src/cfg_file.h
src/classifiers/winnow.c
src/lua/CMakeLists.txt
src/lua/lua_classifier.c [new file with mode: 0644]
src/lua/lua_common.c
src/lua/lua_common.h
src/lua/lua_config.c