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/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.
2 years ago
..
assets fixed auto reply form 3 years ago
mailu Configurable default spam threshold used for new users 2 years ago
migrations Add default to column spam_mark_as_read 2 years ago
.gitignore Move all directories per theme 7 years ago
Dockerfile Update alpine-linux to 3.14.5 - Zlib security FIX 2 years ago
README.md Move all directories per theme 7 years ago
audit.py duh 3 years ago
babel.cfg Move all directories per theme 7 years ago
messages.pot l10n 2 years ago
package.json fix #2220 2 years ago
requirements-prod.txt Reflect the data from the POST 2 years ago
requirements.txt Reflect the data from the POST 2 years ago
start.py Change link in warning to master. Master is always available. 1.9 will be unavaiable in the future. 2 years ago
webpack.config.js AdminLTE3 optimizations & compression and caching 3 years ago

README.md

Mailu Admin container

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

Resources