]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix spelling
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 17 Dec 2022 20:14:52 +0000 (20:14 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 17 Dec 2022 20:14:52 +0000 (20:14 +0000)
src/plugins/lua/rbl.lua

index 7336ce380382b4b14b1df8f4ac753498b6fdfb1c..75af371bc092940410d737543a1c3e4921df2a3a 100644 (file)
@@ -1201,11 +1201,12 @@ if(opts['local_exclude_ip_map'] ~= nil) then
     'RBL exclusions map')
 end
 
--- TODO: this code should be universal for all modules that use selectors to allows
--- maps attachment to a specific module
+-- TODO: this code should be universal for all modules that use selectors to allow
+-- maps usage from selectors registered for a specific module
 if type(opts.attached_maps) == 'table' then
   opts.attached_maps_processed = {}
   for i,map in ipairs(opts.attached_maps) do
+    -- Store maps in the configuration table to keep lifetime track
     opts.attached_maps_processed[i] = lua_maps.map_add_from_ucl(map)
     if opts.attached_maps_processed[i] == nil then
       rspamd_logger.warnx(rspamd_config, "cannot parse attached map: %s", map)