By Google

This commit is contained in:
M66B
2022-01-08 20:41:33 +01:00
parent 82357486ed
commit e5c607fecd
2 changed files with 3 additions and 0 deletions

View File

@@ -2122,6 +2122,8 @@ public class MessageHelper {
// Check if 'by' local address
if (kv.containsKey("by")) {
String by = kv.get("by").toString();
if (by.matches(".*\\.google\\.com"))
return true;
if (isLocal(by)) {
Log.i("--- local by=" + by);
return true;