From: Vsevolod Stakhov Date: Wed, 22 Dec 2010 13:09:46 +0000 (+0300) Subject: Forgotten option for fuzzy_check plugin. X-Git-Tag: 0.3.7~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8dab8770903c296cea37aed780ec19c226c8c1a5;p=thirdparty%2Frspamd.git Forgotten option for fuzzy_check plugin. --- diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index a9f5987366..e47beee170 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -341,6 +341,7 @@ fuzzy_check_module_init (struct config_file *cfg, struct module_ctx **ctx) register_module_opt ("fuzzy_check", "fuzzy_map", MODULE_OPT_TYPE_STRING); register_module_opt ("fuzzy_check", "whitelist", MODULE_OPT_TYPE_STRING); register_module_opt ("fuzzy_check", "mime_types", MODULE_OPT_TYPE_STRING); + register_module_opt ("fuzzy_check", "min_length", MODULE_OPT_TYPE_UINT); register_module_opt ("fuzzy_check", "min_bytes", MODULE_OPT_TYPE_UINT); register_module_opt ("fuzzy_check", "min_height", MODULE_OPT_TYPE_UINT); register_module_opt ("fuzzy_check", "min_width", MODULE_OPT_TYPE_UINT);