mirror of https://github.com/M66B/FairEmail.git
Disable block list lookup
This commit is contained in:
parent
91e909e78a
commit
38ee55b2ec
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue