add missing space in x-mox-reason that's been bothering me for a while

This commit is contained in:
Mechiel Lukkien 2024-12-06 15:49:22 +01:00
parent b750668152
commit ce75852b7c
No known key found for this signature in database

View file

@ -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 += ", "