]> source.dussan.org Git - rspamd.git/commit
* Add views support (not completely tested yet)
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 29 Jun 2009 15:32:31 +0000 (19:32 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 29 Jun 2009 15:32:31 +0000 (19:32 +0400)
commit025f2000d515244e085cd82ac089d7f0271fc531
tree1ce03cdd34717418194aaf5fdee6584ad241cc1c
parent21a2da8ea3da88fe2e54785189c0a328fcab4a2a
* Add views support (not completely tested yet)
17 files changed:
CMakeLists.txt
rspamd.conf.sample
src/cfg_file.h
src/cfg_file.l
src/cfg_file.y
src/main.h
src/plugins/chartable.c
src/plugins/emails.c
src/plugins/regexp.c
src/plugins/surbl.c
src/radix.c [new file with mode: 0644]
src/radix.h [new file with mode: 0644]
src/util.c
src/util.h
src/view.c [new file with mode: 0644]
src/view.h [new file with mode: 0644]
src/worker.c