🐛(aliases) alias destination can be devnull@devnull

devnull@devnull is not considered a valid email address by django's
EmailFieldValidator but it's a special address in dimail's config.

Make "destination" a CharField instead of an EmailField to replace
validator and add devnull to allowlist.
This commit is contained in:
Marie PUPO JEAMMET
2026-01-23 16:39:48 +01:00
committed by Marie
parent 5ebc88bcff
commit 99433a6722
6 changed files with 72 additions and 4 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
### Fixed
- 🐛(aliases) authorize special domain devnull in alias destinations #1029
## [1.22.1] - 2026-01-21
- 🔒️(organization) the first user is not admin #776