From: Vsevolod Stakhov Date: Tue, 18 Aug 2015 12:40:52 +0000 (+0100) Subject: Fix composites processing. X-Git-Tag: 1.0.0~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e71d349d1ad5f68d88bf26f11fee64892f3ff337;p=thirdparty%2Frspamd.git Fix composites processing. --- diff --git a/src/libserver/task.h b/src/libserver/task.h index e6894bea9a..01d3aff423 100644 --- a/src/libserver/task.h +++ b/src/libserver/task.h @@ -70,6 +70,7 @@ enum rspamd_task_stage { RSPAMD_TASK_STAGE_PRE_FILTERS | \ RSPAMD_TASK_STAGE_FILTERS | \ RSPAMD_TASK_STAGE_CLASSIFIERS | \ + RSPAMD_TASK_STAGE_COMPOSITES | \ RSPAMD_TASK_STAGE_POST_FILTERS | \ RSPAMD_TASK_STAGE_DONE) #define RSPAMD_TASK_PROCESS_LEARN (RSPAMD_TASK_STAGE_CONNECT | \