mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 02:57:56 +00:00
fix alias matching behaviour
This commit is contained in:
@@ -426,7 +426,7 @@ class Alias(Base, Email):
|
||||
)
|
||||
)
|
||||
)
|
||||
).first()
|
||||
).order_by(sqlalchemy.func.char_length(cls.localpart).desc()).first()
|
||||
|
||||
|
||||
class Token(Base):
|
||||
|
||||
Reference in New Issue
Block a user