From 5640329874764ee3b0f0a5bc9fcb96cdfd11a66f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 19 Jan 2016 18:31:11 +0000 Subject: [PATCH] Disable fuzzy hashes from the metadata Issue: #486 --- src/plugins/fuzzy_check.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index c3e119475..0030b2cbc 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -1775,11 +1775,13 @@ fuzzy_generate_commands (struct rspamd_task *task, struct fuzzy_rule *rule, } /* Process metadata */ +#if 0 io = fuzzy_cmd_from_task_meta (rule, c, flag, value, task->task_pool, task); if (io) { g_ptr_array_add (res, io); } +#endif if (res->len == 0) { g_ptr_array_free (res, FALSE); -- 2.39.5