mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-14 21:13:37 +02:00
Disable block list lookup
This commit is contained in:
@@ -2151,7 +2151,7 @@ class Core {
|
||||
message.warning = Log.formatThrowable(ex, false);
|
||||
}
|
||||
|
||||
boolean check_spam = prefs.getBoolean("check_spam", BuildConfig.DEBUG);
|
||||
boolean check_spam = prefs.getBoolean("check_spam", false);
|
||||
if (check_spam)
|
||||
try {
|
||||
String host = helper.getReceivedFromHost();
|
||||
|
||||
Reference in New Issue
Block a user