Match MX record with IMAP host name

This commit is contained in:
M66B
2021-08-11 15:42:07 +02:00
parent bc5f4d1701
commit b1a0ae247a
3 changed files with 15 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ public class UriHelper {
if ((suffixList.contains(h) || suffixList.contains(w)) &&
!suffixList.contains('!' + h)) {
String parent = prefix + "." + h;
Log.i("Host=" + host + " parent=" + parent);
Log.d("Host=" + host + " parent=" + parent);
return parent;
}
}