From 389fe10363e93662ebe3251c92002de416e05567 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 3 Jun 2024 12:12:24 +0200 Subject: [PATCH] Ratelimit docs: fix setting name --- doc/modules/ratelimit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/ratelimit.md b/doc/modules/ratelimit.md index 1173b7891..8dea5a63b 100644 --- a/doc/modules/ratelimit.md +++ b/doc/modules/ratelimit.md @@ -31,7 +31,7 @@ the value of this option is 'postmaster, mailer-daemon'. Supported entries are: * full address part of the address (1.7.0+). - `whitelisted_ip` - a map of ip addresses or networks whitelisted - `whitelisted_user` - a map of usernames which are excluded from user ratelimits -- `expiry` - maximum lifetime for any limit bucket (2 days by default) +- `expire` - maximum lifetime for any limit bucket (2 days by default) - `ham_factor_rate` - multiplier for rate when a ham message arrives (default: 1.01) - `spam_factor_rate` - multiplier for rate when a spam message arrives (default: 0.99) - `ham_factor_burst` - multiplier for burst when a ham message arrives (default: 1.02)