aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libserver/symbols_cache.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libserver/symbols_cache.c b/src/libserver/symbols_cache.c
index 2105eddea..1313f0840 100644
--- a/src/libserver/symbols_cache.c
+++ b/src/libserver/symbols_cache.c
@@ -1664,9 +1664,12 @@ rspamd_symbols_cache_process_symbols (struct rspamd_task * task,
if (checkpoint->waitq->len == 0 ||
stage == RSPAMD_TASK_STAGE_POST_FILTERS) {
checkpoint->pass = RSPAMD_CACHE_PASS_POSTFILTERS;
+ }
+ if (stage == RSPAMD_TASK_STAGE_POST_FILTERS) {
return rspamd_symbols_cache_process_symbols (task, cache, stage);
}
+
break;
case RSPAMD_CACHE_PASS_POSTFILTERS: