mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 22:17:39 +03:00
parent
d9f1b94e07
commit
64c91fcc7c
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ func TestSMTPDelivery_SubmissionAuthOK(t *testing.T) {
|
|||
t.Error("Wrong AuthPassword:", msg.MsgMeta.Conn.AuthPassword)
|
||||
}
|
||||
|
||||
receivedPrefix := ` by mx.example.com (envelope-sender <sender@example.org>) with ESMTP id ` + msgID
|
||||
receivedPrefix := `by mx.example.com (envelope-sender <sender@example.org>) with ESMTP id ` + msgID
|
||||
if !strings.HasPrefix(msg.Header.Get("Received"), receivedPrefix) {
|
||||
t.Error("Wrong Received contents:", msg.Header.Get("Received"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue