From 283b806d686e8a4405db320d5869ab578a0ab9b0 Mon Sep 17 00:00:00 2001 From: saintilya Date: Wed, 29 Apr 2026 17:50:50 +0200 Subject: [PATCH] dumbass --- nzx_tmpmail/network/lmtp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nzx_tmpmail/network/lmtp.go b/nzx_tmpmail/network/lmtp.go index e626c8e..8d74e1a 100644 --- a/nzx_tmpmail/network/lmtp.go +++ b/nzx_tmpmail/network/lmtp.go @@ -75,7 +75,7 @@ func handle_conn(conn net.Conn) { s.reply("250 2.1.0 Ok") case strings.HasPrefix(upper, "RCPT TO:"): rcpt := strings.ToLower(extractSender(l[len("RCPT TO:"):])) - s.hasRcptTo = false + s.hasRcptTo = true if !strings.HasSuffix(rcpt, "@nzx056.love") { s.reply("550 5.1.1 User unknown")