mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 02:45:31 +01:00
mailbox.org and secure.mailbox.org are similar
This commit is contained in:
@@ -168,6 +168,10 @@ public class EntityIdentity {
|
||||
|
||||
if (TextUtils.isEmpty(sender_extra_regex)) {
|
||||
// Domain
|
||||
if ("secure.mailbox.org".equalsIgnoreCase(cother[1]))
|
||||
cother[1] = "mailbox.org";
|
||||
if ("secure.mailbox.org".equalsIgnoreCase(cemail[1]))
|
||||
cemail[1] = "mailbox.org";
|
||||
if (!cother[1].equalsIgnoreCase(cemail[1]))
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user