1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-29 22:37:58 +02:00

RECIPIENT_DELIMITER can have several characters

This commit is contained in:
Florent Daigniere
2021-10-09 18:28:50 +02:00
parent 8c59f35697
commit 14360f8926
2 changed files with 2 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ DEFAULT_CONFIG = {
'DKIM_PATH': '/dkim/{domain}.{selector}.key',
'DEFAULT_QUOTA': 1000000000,
'MESSAGE_RATELIMIT': '200/day',
'RECIPIENT_DELIMITER': None,
'RECIPIENT_DELIMITER': '',
# Web settings
'SITENAME': 'Mailu',
'WEBSITE': 'https://mailu.io',