Vsevolod Stakhov
Vsevolod Stakhov
> As for Gentoo, we prefer system libfmt. Since you already patch Rspamd to support ancient libfmt, it won't be a big deal if you patch it one more time,...
In fact, if we are talking about header only dependencies, I think bundling is better from any point. We don't have any benefits from using a system headers - they...
However, if you really want to keep SYSTEM_LIBFMT, I will gladly accept patch with something like ```c #ifdef WITH_SYSTEM_LIBFMT # if FMT_VERSION == 10 #include # else #include # endif...
It's mostly likely some issue with your custom lua code.
Maybe we can create a feature like a map for domains to check for SPF. In general, checking SPF for domain X instead of domain Y is very trivial. So...
@left-try looks like a good feature you can work on.
I'm sorry but Rspamd is designed as a email spam filter and not as RFC conformance validator. JS attachments are somehow common for spam and not for legit email. Therefore,...