diff options
Diffstat (limited to 'lualib/lua_selectors.lua')
-rw-r--r-- | lualib/lua_selectors.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lualib/lua_selectors.lua b/lualib/lua_selectors.lua index f8e1924fc..dbb537010 100644 --- a/lualib/lua_selectors.lua +++ b/lualib/lua_selectors.lua @@ -16,6 +16,8 @@ limitations under the License. -- This module contains 'selectors' implementation: code to extract data -- from Rspamd tasks and compose those together +-- +-- Read more at https://rspamd.com/doc/configuration/selectors.html --[[[ -- @module lua_selectors |