mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 03:24:52 +02:00
Sendmail is local
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.toLowerCase(Locale.ROOT).contains("sendmail"))
|
||||
return true;
|
||||
if (by.startsWith("filterdrecv-"))
|
||||
return true;
|
||||
if (isLocal(by)) {
|
||||
|
||||
Reference in New Issue
Block a user