Suppress DSN/delete warning

pull/194/merge
M66B 3 years ago
parent e61613b006
commit 9b89d21010

@ -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);
}

Loading…
Cancel
Save