]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[CritFix] Restore the intended pre-filters behaviour
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 3 May 2016 15:23:34 +0000 (16:23 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 3 May 2016 15:50:43 +0000 (16:50 +0100)
commit4bd85f81c36c54a68f3abeb9c7641ed0b042c978
treea529e1dd432811e18c4e52ef202ab1bc47518ddc
parent96ca4669c2ba517e3c0812fc6f7c849e29dc5c1b
[CritFix] Restore the intended pre-filters behaviour

Previously, filters and post-filters were checked even if pre-filter has
set some result. Now pre-result efficienly makes a trapdoor to writing
reply (as it was before 1.0).
src/libmime/filter.c
src/libserver/task.c
src/libserver/task.h
src/lua/lua_config.c