ソースを参照

[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);


読み込み中…
キャンセル
保存