1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-09-14 07:38:51 +00:00

fix: outdated swaks syntax, missing DecodeHeader failure logging (#616)

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2026-09-08 12:03:14 -07:00
committed by GitHub
parent f54715ee57
commit 9663b06225
2 changed files with 15 additions and 14 deletions
+1
View File
@@ -55,6 +55,7 @@ func (s *StoreManager) Deliver(
// Parse envelope headers.
header, err := enmime.DecodeHeaders(source)
if err != nil {
logger.Error().Err(err).Msg("Failed to parse message headers")
return err
}