mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
DMARC: lookup IP info
This commit is contained in:
@@ -62,7 +62,7 @@ public class IPInfo {
|
||||
}
|
||||
}
|
||||
|
||||
private static Organization getOrganization(InetAddress address, Context context) throws IOException {
|
||||
static Organization getOrganization(InetAddress address, Context context) throws IOException {
|
||||
synchronized (addressOrganization) {
|
||||
if (addressOrganization.containsKey(address))
|
||||
return addressOrganization.get(address);
|
||||
|
||||
Reference in New Issue
Block a user