mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 02:57:56 +00:00
This fixes delivery to an alias minus recipient delimiter in cases where a wildcard alias would also match. For example, * foo@xxx.tld * %@xxx.tld Sending to foo+spam@xxx.tld would get eaten by the catchall before this fix. Now, the order of alias resolution is made clearer. closes #813