From ce75852b7c49bfdd4c113fcd6a432517b0f61855 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Fri, 6 Dec 2024 15:49:22 +0100 Subject: [PATCH] add missing space in x-mox-reason that's been bothering me for a while --- smtpserver/analyze.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtpserver/analyze.go b/smtpserver/analyze.go index 303f319..01030cb 100644 --- a/smtpserver/analyze.go +++ b/smtpserver/analyze.go @@ -601,7 +601,7 @@ func analyze(ctx context.Context, log mlog.Log, resolver dns.Resolver, d deliver s += "junk" } s += fmt.Sprintf(", spamscore %.2f, threshold %.2f%s", contentProb, threshold, thresholdRemark) - s += "(ham words: " + s += " (ham words: " for i, w := range hams { if i > 0 { s += ", "