mirror of https://github.com/M66B/FairEmail.git
From exim
This commit is contained in:
parent
e312b06a10
commit
b86420ad9d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue