You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Foward to shorter wildcard aliases first, related to #38
This commit is contained in:
@@ -13,5 +13,6 @@ query =
|
||||
'%s' LIKE alias.email
|
||||
)
|
||||
ORDER BY
|
||||
alias.wildcard ASC
|
||||
alias.wildcard ASC,
|
||||
length(alias.localpart) DESC
|
||||
LIMIT 1
|
||||
|
Reference in New Issue
Block a user