]> git.ipfire.org Git - thirdparty/rspamd.git/commit
* Add rspamd_log variable to lua plugins to access logging functions
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Sun, 25 Jul 2010 12:58:11 +0000 (16:58 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Sun, 25 Jul 2010 12:58:11 +0000 (16:58 +0400)
commit34ae83f0151a3fd31f4c045968defa39a2c40985
tree3bb121336c76d16e3e5257c12a7905af0e04b70f
parent4a8c30c78940a9153de23dc4d031273649e93cce
* Add rspamd_log variable to lua plugins to access logging functions
* Each part in rspamd task now can have parent part
* Check for parts distance only for multipart/alternative subparts
* Do not check attachements even if they are text (but attached as file)
* Do not die if write (2) returned ENOSPACE while doing logging, turn on throttling mode instead (1 write try in a second)
* Add ability to turn on debug for specific symbols
* Add ability to configure dns timeouts and dns retransmits in config file
13 files changed:
conf/lua/rspamd.lua
src/cfg_file.h
src/cfg_xml.c
src/cfg_xml.h
src/expressions.c
src/filter.c
src/logger.c
src/logger.h
src/lua/lua_common.c
src/main.h
src/message.c
src/message.h
src/symbols_cache.c