1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 18:17:03 +00:00

fix: AfterMessageStored message.size (#550)

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2024-10-20 12:32:51 -07:00
committed by GitHub
parent 15d1970dbe
commit 5902189187
2 changed files with 13 additions and 1 deletions

View File

@@ -122,6 +122,7 @@ func (s *StoreManager) Deliver(
To: inbound.To,
Date: now,
Subject: inbound.Subject,
Size: inbound.Size,
},
Reader: io.MultiReader(strings.NewReader(recvd), bytes.NewReader(source)),
}