mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
add missing space in x-mox-reason that's been bothering me for a while
This commit is contained in:
parent
b750668152
commit
ce75852b7c
1 changed files with 1 additions and 1 deletions
|
@ -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 += ", "
|
||||
|
|
Loading…
Reference in a new issue