From 1ef294980a2587602361a3c1a6ec910dc2900e1b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 18 Sep 2019 13:48:18 +0100 Subject: [PATCH] [Minor] Rbl: Fix replyto pipeline --- src/plugins/lua/rbl.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index ffb3b85e1..418c174ba 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -468,7 +468,7 @@ local function gen_rbl_callback(rule) email:get_tld(), email:get_tld(), whitelist, - 'email replyto') then + 'email') then local delimiter = '.' if rule.emails_delimiter then delimiter = rule.emails_delimiter @@ -604,6 +604,8 @@ local function gen_rbl_callback(rule) end end end + + return true end -- Create function pipeline depending on rbl settings -- 2.39.5