Suppress DSN/delete warning

This commit is contained in:
M66B 2022-02-24 09:28:38 +01:00
parent e61613b006
commit 9b89d21010
1 changed files with 2 additions and 1 deletions

View File

@ -3104,7 +3104,8 @@ public class MessageHelper {
}
}
if (report.isDispositionNotification() && !report.isDisplayed()) {
if (report.isDispositionNotification() &&
!(report.isDisplayed() || report.isDeleted())) {
if (report.disposition != null)
w.append(report.disposition);
}