From 5d72a5adc8de39b0e62f1400038551a818d51d8d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 23 Sep 2023 17:03:12 +0100 Subject: [PATCH] [Minor] Fix misprint --- src/plugins/lua/greylist.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/greylist.lua b/src/plugins/lua/greylist.lua index 16f498417..6e221b39d 100644 --- a/src/plugins/lua/greylist.lua +++ b/src/plugins/lua/greylist.lua @@ -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, } -- 2.39.5