mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
better thread matching for dsns
keep track of whether a message is a dsn, and match dsn's against their sent message by ignoring the message subject.
This commit is contained in:
@ -202,6 +202,7 @@ func deliverDSN(ctx context.Context, log mlog.Log, m Msg, remoteMTA dsn.NameIP,
|
||||
Received: time.Now(),
|
||||
Size: msgWriter.Size,
|
||||
MsgPrefix: []byte{},
|
||||
DSN: true,
|
||||
}
|
||||
|
||||
// If this is a DMARC report, deliver it as seen message to a submailbox of the
|
||||
|
Reference in New Issue
Block a user