diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-02-13 11:35:28 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-02-13 11:35:28 +0200 |
commit | 681a054f79e43de5826fd2d6b3670ea8c67e56be (patch) | |
tree | e5836f81b009c2848a49473d41ab2a1030128da8 /src/plugins | |
parent | 77918fb385f4d8a5643618973eee3c9ff1cd5f69 (diff) | |
download | rspamd-681a054f79e43de5826fd2d6b3670ea8c67e56be.tar.gz rspamd-681a054f79e43de5826fd2d6b3670ea8c67e56be.zip |
rbl.lua: add reference to documentation
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/lua/rbl.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index bb0732820..717520c4c 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -1,3 +1,7 @@ +-- This plugin implements various types of RBL checks +-- Documentation can be found here: +-- https://rspamd.com/doc/modules/rbl.html + local rbls = {} local rspamd_logger = require "rspamd_logger" |