aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-11-05 13:13:59 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-11-05 13:13:59 +0000
commitb9d38aa0978e89c981d9d12785b51c6b01b42a88 (patch)
treeca7eef87ef7685c80ea2d87d52f90c64a60c0fbe /src/libserver/cfg_file.h
parent5b8fcdbc7947633efbfce1f461da3379d8ff6de8 (diff)
downloadrspamd-b9d38aa0978e89c981d9d12785b51c6b01b42a88.tar.gz
rspamd-b9d38aa0978e89c981d9d12785b51c6b01b42a88.zip
[Fix] Deal with unknown weight
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r--src/libserver/cfg_file.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h
index 412cd4bb0..f724a82c8 100644
--- a/src/libserver/cfg_file.h
+++ b/src/libserver/cfg_file.h
@@ -279,8 +279,6 @@ struct rspamd_config {
#ifdef WITH_GPERF_TOOLS
gchar *profile_path;
#endif
-
- gboolean accept_unknown_symbols; /**< if true unknown symbols are registered here */
gdouble unknown_weight; /**< weight of unknown symbols */
gdouble grow_factor; /**< grow factor for metric */
GHashTable *symbols; /**< weights of symbols in metric */