mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
From exim
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user