diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-28 13:33:23 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-06-28 13:33:23 +0100 |
commit | 8cbbfb21efa8edc9359c792f2668f5350cb1032c (patch) | |
tree | 5ae897179980e6b7e60aea52ac3573d64f2bdc5f /src/plugins/fuzzy_check.c | |
parent | d69aea948b25168bc6d0240009952b1e1ee32bc8 (diff) | |
download | rspamd-8cbbfb21efa8edc9359c792f2668f5350cb1032c.tar.gz rspamd-8cbbfb21efa8edc9359c792f2668f5350cb1032c.zip |
[Minor] Disable version 4 of hashes
Diffstat (limited to 'src/plugins/fuzzy_check.c')
-rw-r--r-- | src/plugins/fuzzy_check.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c index bda4a12bc..1a2a9b782 100644 --- a/src/plugins/fuzzy_check.c +++ b/src/plugins/fuzzy_check.c @@ -54,12 +54,7 @@ #define DEFAULT_RETRANSMITS 3 #define DEFAULT_PORT 11335 -/* - * WARNING: - * As 1.3 is not yet stable, we want to keep compatibility here as 1.2 won't - * recognize version 4 unless 1.2.7 - */ -#define RSPAMD_FUZZY_PLUGIN_VERSION 3 +#define RSPAMD_FUZZY_PLUGIN_VERSION RSPAMD_FUZZY_VERSION static const gint rspamd_fuzzy_hash_len = 5; |