From 076ca2c763876307b45980a52db420af96fff629 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Mon, 11 Sep 2023 11:13:47 +0200 Subject: [Feature] rbl: support checking numeric URLs in isolation --- lualib/plugins/rbl.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lualib/plugins') diff --git a/lualib/plugins/rbl.lua b/lualib/plugins/rbl.lua index bff53f9ba..02d0d3338 100644 --- a/lualib/plugins/rbl.lua +++ b/lualib/plugins/rbl.lua @@ -30,6 +30,7 @@ local check_types = { }, urls = {}, content_urls = {}, + numeric_urls = {}, emails = {}, replyto = {}, dkim = {}, @@ -212,4 +213,4 @@ return { rule_schema = ts.shape(rule_schema_tbl), default_options = default_options, convert_checks = convert_checks, -} \ No newline at end of file +} -- cgit v1.2.3