소스 검색

[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…
취소
저장