Revert "Skip auto block for not spam"

This reverts commit a1c3ead732.
This commit is contained in:
M66B 2022-10-03 12:10:25 +02:00
parent f52f0b665c
commit 704dec65d9
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ public class EntityOperation {
if (EntityFolder.JUNK.equals(target.type) &&
Objects.equals(source.account, target.account) &&
!message.isNotJunk(context) &&
(jargs.opt(3) == null || !jargs.optBoolean(3))) {
jargs.remove(3);
EntityLog.log(context, "Auto block sender=" + MessageHelper.formatAddresses(message.from));