mailu/docs
bors[bot] 12480ccbff
Merge
2328: Feature: Configurable default spam threshold used for new users r=mergify[bot] a=enginefeeder101

## What type of PR?

Feature

## What does this PR do?

This PR adds functionality to set a custom default spam threshold
for new users. The environment variable ``DEFAULT_SPAM_THRESHOLD`` is
used for this purpose. When not set, it defaults back to 80%, as the
default value was before.

If ``DEFAULT_SPAM_THRESHOLD`` is set to a value that Python cannot
parse as an integer, a ValueError is thrown. There is no error handling
for that case built-in. Should that be done?

## 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: enginefeeder101 <enginefeeder101@users.noreply.github.com>
Co-authored-by: Dimitri Huisman <diman@huisman.xyz>
..
_templates Restore VERSION_TAG template
assets removing unneeded image
compose Fix a bunch of typos
contributors Merge
kubernetes/mailu simplify
swarm Fix a bunch of typos
.env Add deploy settings for server
Dockerfile Process code review remarks
antispam.rst Merge
arm_images.rst Fix a bunch of typos
cli.rst Fix small typo in config-import example template
conf.py Set language to English for sphinx in conf.py.
configuration.rst Merge
database.rst Update database.rst
demo.rst Fixed small typo
dns.rst Fix a bunch of typos
docker-compose.yml Make docker-compose.yml for setup and docs development friendly
faq.rst Fix a bunch of typos
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 Fix a bunch of typos
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 Fix a bunch of typos