mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Revert
This commit is contained in:
@@ -565,7 +565,7 @@ public class ActivityDMARC extends ActivityBase {
|
||||
}
|
||||
|
||||
try {
|
||||
InetAddress addr = DnsHelper.getByName(context, text);
|
||||
InetAddress addr = InetAddress.getByName(text);
|
||||
IPInfo info = IPInfo.getOrganization(addr, context);
|
||||
ssb.append('(').append(info.org).append(") ");
|
||||
} catch (Throwable ex) {
|
||||
|
||||
Reference in New Issue
Block a user