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/mailu
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.
3 years ago
..
internal Merge remote-tracking branch 'upstream/master' into Riscue-master 3 years ago
sso supply missing fields argument 3 years ago
translations l10n 3 years ago
ui Merge remote-tracking branch 'upstream/master' into Riscue-master 3 years ago
__init__.py added localized date output 3 years ago
configuration.py Preparations for 1.9 release. 3 years ago
debug.py update werkzeug to 1.x 3 years ago
dkim.py Upgrading to a 2048-bit DKIM key 5 years ago
limiter.py Fix 2125 3 years ago
manage.py Feature: Marking "Read" spam mails 3 years ago
models.py Configurable default spam threshold used for new users 3 years ago
schemas.py updated database libraries (sqlalchemy etc.) 3 years ago
utils.py workaround a bug in coredns 3 years ago