diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-23 12:46:08 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-23 12:46:08 +0000 |
commit | 6afff053762ad4fb377ec651da8a3cec04076313 (patch) | |
tree | 574f3a31799555a65a2d125f53b99c4032802520 /src/libserver/cfg_file.h | |
parent | a022d264bb0838e7ff170f3165e169a81baab3d9 (diff) | |
download | rspamd-6afff053762ad4fb377ec651da8a3cec04076313.tar.gz rspamd-6afff053762ad4fb377ec651da8a3cec04076313.zip |
Configurable min_word_len.
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r-- | src/libserver/cfg_file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h index 3b6191306..8af3c542f 100644 --- a/src/libserver/cfg_file.h +++ b/src/libserver/cfg_file.h @@ -289,6 +289,8 @@ struct rspamd_config { guint upstream_max_errors; /**< upstream max errors before shutting off */ gdouble upstream_error_time; /**< rate of upstream errors */ gdouble upstream_revive_time; /**< revive timeout for upstreams */ + + guint32 min_word_len; /**< minimum length of the word to be considered */ }; |