commit 5d72a5a: [Minor] Fix misprint

Vsevolod Stakhov vsevolod at rspamd.com
Mon Sep 25 14:49:05 UTC 2023


Author: Vsevolod Stakhov
Date: 2023-09-23 17:03:12 +0100
URL: https://github.com/rspamd/rspamd/commit/5d72a5adc8de39b0e62f1400038551a818d51d8d

[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,
 }


More information about the Commits mailing list