mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Skip auto block for not spam
This commit is contained in:
@@ -228,6 +228,7 @@ 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));
|
||||
|
||||
Reference in New Issue
Block a user