Skip to content

Commit

Permalink
[Minor] Rbl: Support images urls
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Aug 29, 2019
1 parent fb43ff3 commit 9162a59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/lua/rbl.lua
Expand Up @@ -483,9 +483,10 @@ local function gen_rbl_callback(rule)
limit = rule.requests_limit,
ignore_redirected = true,
ignore_ip = rule.no_ip,
need_images = rule.images,
need_emails = false,
esld_limit = 1,
prefix = 'rbl_url'
no_cache = true,
}

local urls = lua_util.extract_specific_urls(ex_params)
Expand Down

0 comments on commit 9162a59

Please sign in to comment.