Andrew Lewis
Andrew Lewis
> Can we add more references around the code project and in the docs themselves, so that people know where to go to ask questions about doc content and note...
> Hi @fatalbanana thank you for a Autotests, do you have ideas whenever this big was introduced? https://github.com/rspamd/rspamd/commit/ae103665a2ce2321f109a21a7534db6629a6132b
> I don't see how that could be related. `git bisect` fingered this commit [test repo](https://github.com/fatalbanana/rspamd-git-bisect) I've tried to manually verify that it wasn't perhaps fixed again by related commits.
Applying the undocumented `require_symbols` setting to the rule should help: ~~~hcl require_symbols = ["BITCOIN_ADDR"]; ~~~
It could be done using [selector transformations](https://rspamd.com/doc/configuration/selectors.html#maps-in-transformations) but such a feature might be nice to have for convenience
> Oh okay I must have overseen this. I want to test this but I have a short question: The example for the selector transformation with includes and all looks...
> As mentioned above, my map resides in redis, but I can't get it to work with the code you provided. It won't work for redis maps I'm afraid (they...
As things stand today the `prefilter` setting is unused & what the multimap docs call pre-filter maps are not in fact configured as prefilters.
> I am interested in solving this issue. I had a doubt regarding what happens when rspamadm is not ready? What does the `/ready` endpoint return? I have checked when...
> I need to figure out how to compile rspamd from source code, while using that pull request, which could take a while. If it was available from the Debian...