]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix misprint
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 23 Sep 2023 16:03:12 +0000 (17:03 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 23 Sep 2023 16:03:12 +0000 (17:03 +0100)
src/plugins/lua/greylist.lua

index 16f4984170b6046ff29c36ec9b9b3c03a6cad657..6e221b39df37e06dc7525f4b0693f8676594f2ec 100644 (file)
@@ -88,7 +88,7 @@ local settings = {
   whitelist_symbols = {}, -- whitelist when specific symbols have been found
   ipv4_mask = 19, -- Mask bits for ipv4
   ipv6_mask = 64, -- Mask bits for ipv6
-  report_time = false, -- Tell when greylisting is epired (appended to `message`)
+  report_time = false, -- Tell when greylisting is expired (appended to `message`)
   check_local = false,
   check_authed = false,
 }