Sébastien RICCIO
Sébastien RICCIO
I'm seeing the same behavior on the Rspamd instances we updated to 3.5. Going back to 3.4.x and flushing the rate limit redis entries helped returning to normal operations. Also...
> > Is this issue still considered a bug? > > I'm not sure it is Rspamd bug, as all reports are likely from Mailcow users. I also see no...
Hello, I also noticed a few issues with this module and wanted to do a PR for a few things. For example as the documents are pushed with _bulk, it...
Another thing I noticed is that `rspamd_meta.symbols.score` is sometimes considered as an `integer` (when it's round) like for example `0` and sometimes considered as `float`, when it's `0.145` for example....
Hi, It seems there is an elasticsearch client for lua, written by the folks at PowerDNS: https://github.com/PowerDNS/elasticsearch-lua It seems to support different major elasticsearch and opensearch versions. Maybe it would...
> What a point to take big 3rd party library as dependency? This doesn't make sense, need just get this lib in rspamd to better condition. It supports get/put/delete when...
Hi, I'm compiling a delphi app with FPC (3.0.2) with delphi compatibility mode `-MDELPHI` and it throws this error: ``` FastMM4.pas(1573,55) Error: Identifier not found "clib" FastMM4.pas(1573,60) Error: Illegal expression...
Okay it's not `-MDELPHI` I've made this simple program: ``` program test; uses FastMM4 begin writeln ('Hello, world.') end. ``` and compiled it as a normal fpc program ``` $...