mirror of https://github.com/M66B/FairEmail.git
Assume you have an identity Identity `me@example.com` Email-Address `me@example.com` Domain `dpsg-stamm-falke.de` Regex `(?i)(me|you)@example\.com` The identity is only matchig me@example.com, but not you@example.com You had to leave out the domain part in the pattern, only specifying `(?i)(me|you)` to make it work. *Effect of this commit:* - This commit will allow users to use both variants. - This commit will NOT allow users to match different domains in the identity (as before). *Reason for the change:* Better usability/fault tolerance. The user may have overread that the pattern must only match the local part and enters the whole pattern, thinking he has to do so in order to not match any other mail address with the same local part.pull/181/head
parent
4fd1f899f0
commit
0facf41139
Loading…
Reference in new issue