anoncow OK, I just had a look at the config. You can set the bayes and fuzzy_backend modules to debug logging, then you can see what happens with the moved mails IN EVERY DETAIL in the rspamd log 🙂
You can try it out and even tweak it to your own preferences by adding this line to data/conf/rspamd/override.d/logging.inc
debug_modules = ["fuzzy_backend", "bayes"];
and restarting the rspamd container
docker compose restart rspamd-mailcow
But be aware that EVERY mail’s bayes log will be in there from now on, and it’s really a lot of logging… have a look at https://rspamd.com/doc/configuration/logging.html for more options