From: Vsevolod Stakhov Date: Tue, 19 Jan 2016 18:31:11 +0000 (+0000) Subject: Disable fuzzy hashes from the metadata X-Git-Tag: 1.1.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5640329874764ee3b0f0a5bc9fcb96cdfd11a66f;p=thirdparty%2Frspamd.git Disable fuzzy hashes from the metadata Issue: #486 --- diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index c3e119475f..0030b2cbc9 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);