]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Grr, reverse
authorVsevolod Stakhov <vsevolod@rspamd.com>
Wed, 13 Mar 2024 15:32:26 +0000 (15:32 +0000)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 21 Mar 2024 22:58:11 +0000 (00:58 +0200)
lualib/lua_maps.lua

index a67e11b6314bfa258524ef9328670cb2e83b8c93..a912039beb8d019dac092c8e990b21eb8d193033 100644 (file)
@@ -295,9 +295,9 @@ local function rspamd_map_add_from_ucl(opt, mtype, description, callback)
 
     if opt[1] then
       local function check_plain_map(line)
-        return lua_util.str_startswith('http', line)
-            or lua_util.str_startswith('file:', line)
-            or lua_util.str_startswith('/', line)
+        return lua_util.str_startswith(line, 'http')
+            or lua_util.str_startswith(line, 'file:')
+            or lua_util.str_startswith(line, '/')
       end
       -- Adjust each element if needed
       local adjusted