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.
e22324adcd
Even though RFC5321 2.4 explains that local-parts are to be case-sensitive, this does not seem to be how EMail is used today. Thus, instead of reverting user-emails back to being case sensitive, let’s make aliases case-insensitive too. Not only more consistent, this also allows users to enjoy receiving EMails from large airlines or car-rental agencies onto their already existing aliases. For the rare case of case sensitive aliases existing, let’s query for the forced-lowercase alias only in the event that the preserved-case one isn’t found … closes #867 |
6 years ago | |
---|---|---|
.. | ||
mailu | 6 years ago | |
migrations | 6 years ago | |
.gitignore | 7 years ago | |
Dockerfile | 6 years ago | |
README.md | 7 years ago | |
audit.py | 7 years ago | |
babel.cfg | 7 years ago | |
messages.pot | 7 years ago | |
requirements-prod.txt | 6 years ago | |
requirements.txt | 6 years ago | |
start.py | 6 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