소스 검색

[Fix] Disable all symbols if enable_groups is found in settings

tags/1.3.0
Vsevolod Stakhov 8 년 전
부모
커밋
f5f548307b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/libserver/symbols_cache.c

+ 1
- 0
src/libserver/symbols_cache.c 파일 보기

@@ -1325,6 +1325,7 @@ rspamd_symbols_cache_process_settings (struct rspamd_task *task,

if (def && enabled) {
it = NULL;
rspamd_symbols_cache_disable_all_symbols (task, cache);

while ((cur = ucl_iterate_object (enabled, &it, true)) != NULL) {
if (ucl_object_type (cur) == UCL_STRING) {

Loading…
취소
저장