mailu/docs
bors[bot] b5e7cad2d3
Merge
2448: Give a chance to rspamd's bayes classifier r=mergify[bot] a=nextgens

## What type of PR?

bug-fix + documentation

## What does this PR do?

As pointed out in , the bayesian filter of rspamd doesn't get any chance to run as ``min_learns`` is set to 200 and we never teach it any HAM.

This PR enables rspamd's autolearn feature, that will "reinforce" good/bad by learning from the scoring of other modules. It ensures both that we will eventually reach the 200 mark but also that the data stays fresh.

I've also taken this opportunity to update the documentation & FAQ accordingly, to ensure that users teach their HAM & SPAM to both the fuzzy and bayes classifiers.

Thank you to [woj-tek](https://github.com/woj-tek) for doing the ground work on this.

### Related issue(s)
- closes 

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
..
_templates Restore VERSION_TAG template
assets removing unneeded image
compose Merge
contributors Merge branch 'master' into feat-switch-buildx
kubernetes/mailu simplify
swarm Remove POD_ADDRESS_RANGE
.env Add deploy settings for server
Dockerfile Process code review remarks
antispam.rst fuzzy matching and bayes are two different things
arm_images.rst Switch from docker build to buildx for CI/CD.
cli.rst Fix small typo in config-import example template
conf.py Set language to English for sphinx in conf.py.
configuration.rst typo
database.rst Update database.rst
demo.rst Fixed small typo
dns.rst Change URL dashboard in DKIM/SPF & DMARC Entries
docker-compose.yml Make docker-compose.yml for setup and docs development friendly
faq.rst fuzzy matching and bayes are two different things
features.rst remove service status "feature"
general.rst Update general.rst
index.rst Switch from docker build to buildx for CI/CD.
maintain.rst Documentation:
nginx.conf Build the documentation as a Docker image
releases.rst Warn about rollbacks not working
requirements.txt Added missing extension in conf.py. Added missing library in requirements.txt. Sphinx is only compatible with docutils<0.17
reverse.rst Fixed error in reverse.rst and remove unneeded example block.
setup.rst Merge branch 'master' into feat-switch-buildx
webadministration.rst Documentation: