1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 01:06:11 +00:00

From exim

This commit is contained in:
M66B 2024-05-13 10:30:42 +02:00
parent e312b06a10
commit b86420ad9d

View file

@ -3150,7 +3150,8 @@ public class MessageHelper {
}
private static boolean isLocal(String value) {
if (value.contains("localhost") ||
if (value.contains("exim") || // with sa-scanned / with dspam-scanned
value.contains("localhost") ||
value.contains("127.0.0.1") ||
value.contains("[::1]"))
return true;