aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.y
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2010-04-06 20:55:42 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2010-04-06 20:55:42 +0400
commite416c77b251198e1cad86e69fe2c8459d5f53209 (patch)
treed6ffd9d6348978ecb3c380f825e3746a8ae38025 /src/cfg_file.y
parent4405a019f681fcb51ce0e53b477ed64d50740138 (diff)
downloadrspamd-e416c77b251198e1cad86e69fe2c8459d5f53209.tar.gz
rspamd-e416c77b251198e1cad86e69fe2c8459d5f53209.zip
* Add classifiers and composites sections to dump
Diffstat (limited to 'src/cfg_file.y')
-rw-r--r--src/cfg_file.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_file.y b/src/cfg_file.y
index 21509f2d6..47d3a545c 100644
--- a/src/cfg_file.y
+++ b/src/cfg_file.y
@@ -1006,6 +1006,7 @@ statfilenormalizer:
yyerror ("cannot parse normalizer string: %s", $3);
YYERROR;
}
+ cur_statfile->normalizer_str = memory_pool_strdup (cfg->cfg_pool, $3);
}
;