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.
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. |
3 years ago | |
|---|---|---|
| .. | ||
| assets | 4 years ago | |
| mailu | 3 years ago | |
| migrations | 4 years ago | |
| .gitignore | 8 years ago | |
| Dockerfile | 4 years ago | |
| README.md | 8 years ago | |
| audit.py | 4 years ago | |
| babel.cfg | 8 years ago | |
| messages.pot | 4 years ago | |
| package.json | 4 years ago | |
| requirements-prod.txt | 4 years ago | |
| requirements.txt | 4 years ago | |
| start.py | 4 years ago | |
| webpack.config.js | 4 years ago | |
README.md
Mailu Admin container
This is the web-based administrative interface for the Mailu containerized mail server.
Resources
- Report issues and send Pull Requests in the main Mailu repository