From 635b80a3d35aa07c92c01a3e396ae2b990459f84 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 6 Apr 2025 00:14:33 +0800 Subject: LMTP: Fix sed mistake --- lmtp_server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmtp_server.go b/lmtp_server.go index 3abfdb6..593dc5a 100644 --- a/lmtp_server.go +++ b/lmtp_server.go @@ -108,7 +108,7 @@ func (session *lmtpSession) Data(r io.Reader) error { switch strings.ToLower(email.Header.Get("Auto-Submitted")) { case "auto-generated", "auto-replied": - // Disregard automatic emails like OOO repliesession.s. + // Disregard automatic emails like OOO replies slog.Info("ignoring automatic message", "from", session.from, "to", strings.Join(session.to, ","), -- cgit v1.2.3