Selaa lähdekoodia

[Minor] Rbl: Fix replyto pipeline

tags/2.0
Vsevolod Stakhov 4 vuotta sitten
vanhempi
commit
1ef294980a
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3
    1
      src/plugins/lua/rbl.lua

+ 3
- 1
src/plugins/lua/rbl.lua Näytä tiedosto

@@ -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

Loading…
Peruuta
Tallenna