From ec8deb48a9ee15f9fae84ae0ab4314e8600f7351 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 14 Aug 2016 22:33:44 +0100 Subject: [PATCH] [Fix] Fix URL filters --- src/plugins/lua/multimap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/multimap.lua b/src/plugins/lua/multimap.lua index 1d6657f0a..5976a7c5a 100644 --- a/src/plugins/lua/multimap.lua +++ b/src/plugins/lua/multimap.lua @@ -365,7 +365,7 @@ local function multimap_callback(task, rule) end end - if r['filter'] then + if r['filter'] or r['type'] == 'url' then local fn = multimap_filters[r['type']] if fn then -- 2.39.5