]> source.dussan.org Git - rspamd.git/commit
* Rework the whole filters system
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 13 Jul 2009 16:54:13 +0000 (20:54 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 13 Jul 2009 16:54:13 +0000 (20:54 +0400)
commita8cdd33ac7ee59e195dca03a395c264877ee5168
tree077413b678005aad4f66dbeae82a982cb71ce75f
parent74b38eb87d0ee6e401e06d8c604d55be2d93a1b2
* Rework the whole filters system
* Add metrics optimization and symbols cache
* Change all plugins

[DRAGONS]: not for production usage, some things are still not working!
23 files changed:
CMakeLists.txt
src/cfg_file.h
src/cfg_file.l
src/cfg_file.y
src/cfg_utils.c
src/filter.c
src/filter.h
src/lua-rspamd.h
src/lua.c
src/main.c
src/main.h
src/perl.c
src/perl.h
src/plugins/chartable.c
src/plugins/emails.c
src/plugins/regexp.c
src/plugins/surbl.c
src/plugins/surbl.h
src/statfile.c
src/symbols_cache.c [new file with mode: 0644]
src/symbols_cache.h [new file with mode: 0644]
src/util.c
src/util.h