mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Mozilla forwards from subdomains now
This commit is contained in:
@@ -2691,7 +2691,7 @@ public class MessageHelper {
|
||||
Address[] from = getAddressHeader("From");
|
||||
if (from != null && from.length == 1) {
|
||||
String email = ((InternetAddress) from[0]).getAddress();
|
||||
if (email != null && email.endsWith("@mozmail.com"))
|
||||
if (email != null && email.endsWith(".mozmail.com"))
|
||||
sender = getAddressHeader("Resent-From");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user