mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
filterdrecv
This commit is contained in:
@@ -3181,6 +3181,8 @@ public class MessageHelper {
|
||||
String by = kv.get("by").toString();
|
||||
if (by.matches(".*\\.google\\.com"))
|
||||
return true;
|
||||
if (by.startsWith("filterdrecv-"))
|
||||
return true;
|
||||
if (isLocal(by)) {
|
||||
Log.i("--- local by=" + by);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user