mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-05 14:55:20 +02:00
Since direct addresses (not aliases) are case-insensitive since a while, it makes sense for aliases to behave the same. Up until now, a wildcard alias could trump a alias not-matching-the-case of the incoming address. This clarifies this behavior. closes #1387