Browse Source

rbl.lua: add reference to documentation

tags/0.9.0
Andrew Lewis 9 years ago
parent
commit
681a054f79
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/plugins/lua/rbl.lua

+ 4
- 0
src/plugins/lua/rbl.lua View File

@@ -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"

Loading…
Cancel
Save