commit 1ef2949: [Minor] Rbl: Fix replyto pipeline
Vsevolod Stakhov
vsevolod at highsecure.ru
Wed Sep 18 12:49:06 UTC 2019
Author: Vsevolod Stakhov
Date: 2019-09-18 13:48:18 +0100
URL: https://github.com/rspamd/rspamd/commit/1ef294980a2587602361a3c1a6ec910dc2900e1b (HEAD -> master)
[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
More information about the Commits
mailing list