Disable block list lookup

This commit is contained in:
M66B 2020-01-30 13:14:57 +01:00
parent 91e909e78a
commit 38ee55b2ec
1 changed files with 1 additions and 1 deletions

View File

@ -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();