Files
Mailu/core/admin
enginefeeder101 6c83d25312 Configurable default spam threshold used for new users
This commit adds functionality to set a custom default spam threshold
for new users. The environment variable ``DEFAULT_SPAM_THRESHOLD`` can
be 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.
2022-06-08 16:59:28 +02:00
..
2021-11-12 12:19:45 +01:00
2017-11-01 12:11:04 +01:00
duh
2021-11-02 16:21:31 +01:00
2017-11-01 12:11:04 +01:00
2022-05-22 19:00:46 +02:00
2022-02-13 15:40:20 +01:00
2017-11-01 12:11:04 +01:00

Mailu Admin container

This is the web-based administrative interface for the Mailu containerized mail server.

Resources