]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Slightly fix documentation.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 19 Jan 2016 18:25:59 +0000 (18:25 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 19 Jan 2016 18:25:59 +0000 (18:25 +0000)
doc/markdown/workers/fuzzy_storage.md

index 0aed911fc6bfef0614df475f4f76206fdf5f113d..a2d29826ff5761812c8f5993aeb6897b5aa50dd8 100644 (file)
@@ -105,8 +105,8 @@ Fuzzy storage accepts the following extra options:
 
 - `database` - path to the sqlite storage
 - `expire` - time value for hashes expiration
-- `allow_map` - string, array of strings or a map of IP addresses that are allowed
-to perform changes to fuzzy storage
+- `allow_update` - string, array of strings or a map of IP addresses that are allowed
+to perform changes to fuzzy storage (you should also set `read_only = no` in your fuzzy_check plugin).
 
 Here is an example configuration of fuzzy storage: