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:
@@ -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)),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user