commit c4567b4: [Minor] Fix docs
Vsevolod Stakhov
vsevolod at highsecure.ru
Tue Mar 12 15:14:03 UTC 2019
Author: Vsevolod Stakhov
Date: 2019-03-12 15:08:27 +0000
URL: https://github.com/rspamd/rspamd/commit/c4567b40b87002369ab8b1c429dabfe5abf361ef (HEAD -> master)
[Minor] Fix docs
---
src/lua/lua_udp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lua/lua_udp.c b/src/lua/lua_udp.c
index aac22695f..8a862f16a 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
More information about the Commits
mailing list