From b9d38aa0978e89c981d9d12785b51c6b01b42a88 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 5 Nov 2017 13:13:59 +0000 Subject: [Fix] Deal with unknown weight --- src/libserver/cfg_file.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libserver/cfg_file.h') 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 */ -- cgit v1.2.3