Sendmail is local

master
M66B 2 weeks ago
parent a7c5e5de57
commit 0cf2319f34

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

Loading…
Cancel
Save