From d04017ff58d5b7c28ef44b65db84c25ae82ea2b4 Mon Sep 17 00:00:00 2001 From: mid <> Date: Sun, 29 Sep 2024 21:05:57 +0300 Subject: [PATCH] Syntax error --- smtpauth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtpauth.lua b/smtpauth.lua index 513f3c9..d4af2c1 100644 --- a/smtpauth.lua +++ b/smtpauth.lua @@ -15,7 +15,7 @@ local function sendeml(raw) f:close() -- Send e-mail. Yes, this is crude, but we have one thread. - io.popen("{ sendmail -t < " .. fn .. "; rm " .. fn .. "; } &", "r")]] + io.popen("{ sendmail -t < " .. fn .. "; rm " .. fn .. "; } &", "r") end return {