1
0
Mirror von https://github.com/rspamd/rspamd.git synchronisiert 2024-08-28 17:54:37 +02:00

Add notes about 'require'.

Dieser Commit ist enthalten in:
Vsevolod Stakhov 2014-08-26 15:36:28 +01:00
Ursprung 782759758b
Commit dbd075fa4c

Datei anzeigen

@ -235,6 +235,8 @@ Maps hold dynamically loaded data like lists or ip trees. It is possible to use
Here is a sample of using maps from lua API:
~~~lua
local rspamd_logger = require "rspamd_logger"
-- Add two maps in configuration section
local hash_map = rspamd_config:add_hash_map('file:///path/to/file', 'sample map')
local radix_tree = rspamd_config:add_radix_map('http://somehost.com/test.dat', 'sample ip map')