mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
By Google
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user