You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is like a really weird issue and i am sorry for even opening it but i kinda have a question. I somewhat know lua/luajit because i am a maintainer of a somewhat popular project, so a coworker asked me if i could look into a lua bug that he had with another open source software, rspamd.
That software uses tableshape, so i looked into that rspamd bug (rspamd/rspamd#4318 (comment)) and after that into tableshape documentation + source code and i think i found a missuse of tableshape in rspamd. I know that is not your issue but i kinda wanna make sure that its actually a missuse.
So i've created a minimal reproduce of the code that is being executed in rspamd.
as soon as i comment in password everything "explodes" with the following error
nil field "password": expected { "read_servers" = type "string", or array of type "string" }, { "write_servers" = type "string", or array of type "string" }, { "write_servers" = type "string", or array of type "string", "read_servers
" = type "string", or array of type "string" }, { "servers" = type "string", or array of type "string" }, or { "server" = type "string", or array of type "string" }
But it should be possible to optionally add password to that table.
If you confirm that this is a usecase that is currently not supported and never will be i could just rewrite the code in rspamd 😆
The text was updated successfully, but these errors were encountered:
this is like a really weird issue and i am sorry for even opening it but i kinda have a question. I somewhat know lua/luajit because i am a maintainer of a somewhat popular project, so a coworker asked me if i could look into a lua bug that he had with another open source software, rspamd.
That software uses tableshape, so i looked into that rspamd bug (rspamd/rspamd#4318 (comment)) and after that into tableshape documentation + source code and i think i found a missuse of tableshape in rspamd. I know that is not your issue but i kinda wanna make sure that its actually a missuse.
So i've created a minimal reproduce of the code that is being executed in rspamd.
as soon as i comment in
password
everything "explodes" with the following errorBut it should be possible to optionally add password to that table.
If you confirm that this is a usecase that is currently not supported and never will be i could just rewrite the code in rspamd 😆
The text was updated successfully, but these errors were encountered: