Skip domain check for similar addresses

pull/174/head
M66B 5 years ago
parent 619375a6ec
commit 6b84531508

@ -139,10 +139,6 @@ public class EntityIdentity {
if (cother.length != 2 || cemail.length != 2)
return false;
// Domain
if (!cother[1].equalsIgnoreCase(cemail[1]))
return false;
// User
if (TextUtils.isEmpty(sender_extra_regex)) {
String user = (cother[0].contains("+") ? cother[0].split("\\+")[0] : cother[0]);

Loading…
Cancel
Save