Trying to enable fuzzy hashes for rspamd

This commit is contained in:
ofthesun9
2018-06-06 18:40:51 +00:00
parent 50f2ea66c8
commit 12294a6e5a
6 changed files with 61 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
type = "fuzzy";
count = 1;
backend = "redis";
expire = 90d;
allow_update = ["127.0.0.1"];