mirror of
https://github.com/chatmail/relay.git
synced 2026-05-17 11:18:57 +00:00
cmdeploy: config value for deleting large messages after X days
This commit is contained in:
@@ -35,6 +35,7 @@ def test_read_config_testrun(make_config):
|
||||
assert config.max_user_send_per_minute == 60
|
||||
assert config.max_mailbox_size == "100M"
|
||||
assert config.delete_mails_after == "20"
|
||||
assert config.delete_large_after == "7"
|
||||
assert config.username_min_length == 9
|
||||
assert config.username_max_length == 9
|
||||
assert config.password_min_length == 9
|
||||
|
||||
Reference in New Issue
Block a user