add safety for max levenshtein spammer distance
This commit is contained in:
parent
edba5c631f
commit
d19a0bc06c
|
@ -527,7 +527,10 @@ spam:
|
||||||
white_listed_spam_host_domains:
|
white_listed_spam_host_domains:
|
||||||
default: ''
|
default: ''
|
||||||
type: list
|
type: list
|
||||||
levenshtein_distance_spammer_emails: 2
|
levenshtein_distance_spammer_emails:
|
||||||
|
default: 2
|
||||||
|
min: 0
|
||||||
|
max: 3
|
||||||
|
|
||||||
rate_limits:
|
rate_limits:
|
||||||
unique_posts_mins:
|
unique_posts_mins:
|
||||||
|
|
Loading…
Reference in New Issue