TLS reports being issued for sent TLS reports (infinite loop) (closes #1301)

This commit is contained in:
mdecimus
2025-06-02 12:18:51 +02:00
parent d1f5010378
commit 01ca8e2e3b
3 changed files with 6 additions and 3 deletions

View File

@@ -121,6 +121,8 @@ pub struct Recipient {
pub orcpt: Option<String>,
}
pub const FROM_REPORT: u64 = 1 << 32;
pub const RCPT_DSN_SENT: u64 = 1 << 32;
pub const RCPT_STATUS_CHANGED: u64 = 2 << 32;