]> source.dussan.org Git - rspamd.git/commit
* Add module for blacklisting emails (self documented in sample config)
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 15 Jun 2009 15:42:28 +0000 (19:42 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 15 Jun 2009 15:42:28 +0000 (19:42 +0400)
commitc76bd2e9ab2506ef06cc291c3e4b6b57ae08ea65
treedeb00c3ceb9659a1d8b80845a7218b93cea4cbab
parentc9d11a65b5c801a27f154091aebe86cbd08fd319
* Add module for blacklisting emails (self documented in sample config)
* Add command 'emails' for extracting emails from a message
* Rework protocol layout to allow expanding rspamd protocol by custom commands that can be added from anywhere in code
* Allow rspamc to work without strictly parameter 'command'. Command by default is 'symbols'.
* Update version to 0.1.8
CMakeLists.txt
rspamc.pl.in
rspamd.conf.sample
src/main.h
src/plugins/emails.c [new file with mode: 0644]
src/protocol.c
src/protocol.h
src/worker.c