aboutsummaryrefslogtreecommitdiff
path: root/lmtp_server.go
diff options
context:
space:
mode:
Diffstat (limited to 'lmtp_server.go')
-rw-r--r--lmtp_server.go2
1 files changed, 1 insertions, 1 deletions
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, ","),