瀏覽代碼

[Fix] Another fix for postfilters

tags/1.3.0
Vsevolod Stakhov 8 年之前
父節點
當前提交
ce6199422c
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      src/libserver/symbols_cache.c

+ 5
- 0
src/libserver/symbols_cache.c 查看文件

@@ -1448,6 +1448,11 @@ rspamd_symbols_cache_process_symbols (struct rspamd_task * task,
checkpoint = task->checkpoint;
}

if (stage == RSPAMD_TASK_STAGE_POST_FILTERS && checkpoint->pass <
RSPAMD_CACHE_PASS_POSTFILTERS) {
checkpoint->pass = RSPAMD_CACHE_PASS_POSTFILTERS;
}

msg_debug_task ("symbols processing stage at pass: %d", checkpoint->pass);
start_events_pending = rspamd_session_events_pending (task->s);


Loading…
取消
儲存