diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-12-22 16:09:46 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-12-22 16:09:46 +0300 |
commit | 8dab8770903c296cea37aed780ec19c226c8c1a5 (patch) | |
tree | d2851e74216a0544ae967f56e5118fef6c0dc6f9 /src/plugins | |
parent | b8211fbcc8f7de342d4a0176bedf182e1f37397d (diff) | |
download | rspamd-8dab8770903c296cea37aed780ec19c226c8c1a5.tar.gz rspamd-8dab8770903c296cea37aed780ec19c226c8c1a5.zip |
Forgotten option for fuzzy_check plugin.
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/fuzzy_check.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index a9f598736..e47beee17 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); |