diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-19 13:42:06 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-19 14:33:53 +0100 |
commit | ba47061e73805d056307c5e51591b4632b3d2d63 (patch) | |
tree | 7cf312181d9518ec2ee82eb27ea8e4e5ab2e84fb /lualib | |
parent | af8e0a3aa3d98c0997e85150e1417fa80643f1ce (diff) | |
download | rspamd-ba47061e73805d056307c5e51591b4632b3d2d63.tar.gz rspamd-ba47061e73805d056307c5e51591b4632b3d2d63.zip |
[Feature] Add generic selector to reputation module
Diffstat (limited to 'lualib')
-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 |