From 635b80a3d35aa07c92c01a3e396ae2b990459f84 Mon Sep 17 00:00:00 2001 From: Runxi Yu <me@runxiyu.org> Date: Sun, 06 Apr 2025 00:14:33 +0800 Subject: [PATCH] LMTP: Fix sed mistake --- lmtp_server.go | 2 +- diff --git a/lmtp_server.go b/lmtp_server.go index 3abfdb6aca095653380bfa8010576336b6c63d9e..593dc5a2b1c66380a384f43914627725679c289c 100644 --- a/lmtp_server.go +++ b/lmtp_server.go @@ -108,7 +108,7 @@ } 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, ","), -- 2.48.1