mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 09:16:00 +00:00
Less restrictive can bounce
This commit is contained in:
parent
cbbe6373eb
commit
80fb65cf40
1 changed files with 0 additions and 6 deletions
|
@ -3933,12 +3933,6 @@ public class FragmentMessages extends FragmentBase
|
||||||
canBounce = false;
|
canBounce = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (canBounce)
|
|
||||||
for (Address recipient : recipients)
|
|
||||||
if (MessageHelper.equalEmail(recipient, message.return_path[0])) {
|
|
||||||
canBounce = false;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean canResend = message.content;
|
boolean canResend = message.content;
|
||||||
|
|
Loading…
Reference in a new issue