Added logging

This commit is contained in:
M66B 2022-03-26 12:13:27 +01:00
parent 6f9b5bdb11
commit a837b451d7
1 changed files with 2 additions and 0 deletions

View File

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