From: Vsevolod Stakhov Date: Tue, 12 Mar 2019 15:08:27 +0000 (+0000) Subject: [Minor] Fix docs X-Git-Tag: 1.9.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4567b40b87002369ab8b1c429dabfe5abf361ef;p=thirdparty%2Frspamd.git [Minor] Fix docs --- diff --git a/src/lua/lua_udp.c b/src/lua/lua_udp.c index aac22695f7..8a862f16a0 100644 --- a/src/lua/lua_udp.c +++ b/src/lua/lua_udp.c @@ -35,7 +35,7 @@ rspamd_config.SYM = function(task) udp.sento{ host = addr, -- must be ip address object (e.g. received by upstream module) port = 500, - data = {'str1, 'str2'}, -- can be table, string or rspamd_text + data = {'str1', 'str2'}, -- can be table, string or rspamd_text timeout = 0.5, -- default = 1s task = task, -- if has task session = session, -- optional