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/fuzzy_storage.h | |
parent | d69aea948b25168bc6d0240009952b1e1ee32bc8 (diff) | |
download | rspamd-8cbbfb21efa8edc9359c792f2668f5350cb1032c.tar.gz rspamd-8cbbfb21efa8edc9359c792f2668f5350cb1032c.zip |
[Minor] Disable version 4 of hashes
Diffstat (limited to 'src/fuzzy_storage.h')
-rw-r--r-- | src/fuzzy_storage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fuzzy_storage.h b/src/fuzzy_storage.h index c23672ed8..a9c3f174b 100644 --- a/src/fuzzy_storage.h +++ b/src/fuzzy_storage.h @@ -6,7 +6,7 @@ #include "shingles.h" #include "cryptobox.h" -#define RSPAMD_FUZZY_VERSION 4 +#define RSPAMD_FUZZY_VERSION 3 #define RSPAMD_FUZZY_KEYLEN 8 /* Commands for fuzzy storage */ @@ -24,7 +24,6 @@ enum rspamd_fuzzy_epoch { RSPAMD_FUZZY_EPOCH8, /**< 0.8 till 0.9 */ RSPAMD_FUZZY_EPOCH9, /**< 0.9 + */ RSPAMD_FUZZY_EPOCH10, /**< 1.0+ encryption */ - RSPAMD_FUZZY_EPOCH11, /**< 1.3+ multiple flags */ RSPAMD_FUZZY_EPOCH_MAX }; |