From: Vsevolod Stakhov Date: Thu, 29 Aug 2019 12:49:38 +0000 (+0100) Subject: [Minor] Rbl: Support images urls X-Git-Tag: 2.0~314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9162a5922e714070c5e1483e7aedf3c1728e61c9;p=thirdparty%2Frspamd.git [Minor] Rbl: Support images urls --- diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index 4f6bae83fd..512a3ae104 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -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)