1
0
espelhamento de https://github.com/rspamd/rspamd.git sincronizado 2024-08-28 17:54:37 +02:00

Add notes about 'require'.

Esse commit está contido em:
Vsevolod Stakhov 2014-08-26 15:36:28 +01:00
commit dbd075fa4c

Ver arquivo

@ -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')