Sendmail is local

This commit is contained in:
M66B
2024-06-15 23:12:44 +02:00
parent a7c5e5de57
commit 0cf2319f34

View File

@@ -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)) {