diff --git a/internal/endpoint/smtp/smtp_test.go b/internal/endpoint/smtp/smtp_test.go index e9a52fb..889abb6 100644 --- a/internal/endpoint/smtp/smtp_test.go +++ b/internal/endpoint/smtp/smtp_test.go @@ -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 ) with ESMTP id ` + msgID + receivedPrefix := `by mx.example.com (envelope-sender ) with ESMTP id ` + msgID if !strings.HasPrefix(msg.Header.Get("Received"), receivedPrefix) { t.Error("Wrong Received contents:", msg.Header.Get("Received")) }