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