aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-09-18 13:48:18 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-09-18 13:48:18 +0100
commit1ef294980a2587602361a3c1a6ec910dc2900e1b (patch)
tree4f2b4a389a409616d8c40a94b61db9a6452e21c2
parent797d916601ee998c7a382f79d6a2e6afdd98235c (diff)
downloadrspamd-1ef294980a2587602361a3c1a6ec910dc2900e1b.tar.gz
rspamd-1ef294980a2587602361a3c1a6ec910dc2900e1b.zip
[Minor] Rbl: Fix replyto pipeline
-rw-r--r--src/plugins/lua/rbl.lua4
1 files changed, 3 insertions, 1 deletions
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