You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/docs
bors[bot] b5e7cad2d3
Merge #2448
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 #2442, 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 #2442

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