Skip to content

Commit

Permalink
[Minor] Fix misprint
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Sep 23, 2023
1 parent 8815e9b commit 5d72a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/lua/greylist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 5d72a5a

Please sign in to comment.