summaryrefslogtreecommitdiffstats
path: root/lualib
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-09-19 13:42:06 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-09-19 14:33:53 +0100
commitba47061e73805d056307c5e51591b4632b3d2d63 (patch)
tree7cf312181d9518ec2ee82eb27ea8e4e5ab2e84fb /lualib
parentaf8e0a3aa3d98c0997e85150e1417fa80643f1ce (diff)
downloadrspamd-ba47061e73805d056307c5e51591b4632b3d2d63.tar.gz
rspamd-ba47061e73805d056307c5e51591b4632b3d2d63.zip
[Feature] Add generic selector to reputation module
Diffstat (limited to 'lualib')
-rw-r--r--lualib/lua_selectors.lua2
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