Vsevolod Stakhov
2 years ago
No known key found for this signature in database
GPG Key ID: 7647B6790081437
1 changed files with
1 additions and
1 deletions
-
conf/rspamd.conf
|
|
|
@ -66,7 +66,7 @@ worker "rspamd_proxy" { |
|
|
|
|
|
|
|
worker "fuzzy" { |
|
|
|
bind_socket = "localhost:11335"; |
|
|
|
count = -1; # Disable by default |
|
|
|
count = -1; # Disable by default, see #4677 for details |
|
|
|
.include "$CONFDIR/worker-fuzzy.inc" |
|
|
|
.include(try=true; priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/worker-fuzzy.inc" |
|
|
|
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-fuzzy.inc" |
|
|
|
|