From: Andrew Lewis Date: Fri, 13 Feb 2015 09:35:28 +0000 (+0200) Subject: rbl.lua: add reference to documentation X-Git-Tag: 0.8.2~48^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7e4816cf05f99993ba386146e8a189e473ebfdd;p=thirdparty%2Frspamd.git rbl.lua: add reference to documentation --- diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index bb07328208..717520c4c3 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"