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