Added logging

pull/207/head
M66B 4 years ago
parent 6f9b5bdb11
commit a837b451d7

@ -3033,6 +3033,8 @@ class Core {
EntityContact badboy = db.contact().getContact(message.account, EntityContact.TYPE_JUNK, email); EntityContact badboy = db.contact().getContact(message.account, EntityContact.TYPE_JUNK, email);
if (badboy != null) { if (badboy != null) {
EntityLog.log(context, account.name + " POP blocked=" +
MessageHelper.formatAddresses(message.from));
blocked = true; blocked = true;
break; break;
} }

Loading…
Cancel
Save