Skip to content

Commit ebd8f94

Browse files
author
Winni Neessen
committed
Make GoLinter happy
1 parent 54da622 commit ebd8f94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

msg.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ func (m *Msg) WriteToSendmailWithContext(ctx context.Context, sp string, a ...st
485485
return fmt.Errorf("could not start sendmail execution: %w", err)
486486
}
487487
_, err = m.Write(si)
488-
_, err = si.Write([]byte(".\r\n"))
489488
if err != nil {
490489
_ = si.Close()
491490
return fmt.Errorf("failed to write mail to buffer: %w", err)

0 commit comments

Comments
 (0)