mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
remove log.Print added for debugging
This commit is contained in:
parent
b7ec84b80a
commit
e34b2c3730
1 changed files with 0 additions and 1 deletions
|
@ -501,7 +501,6 @@ func analyze(ctx context.Context, log mlog.Log, resolver dns.Resolver, d deliver
|
|||
// providers (e.g. gmail) does not DKIM-sign Bcc headers, so junk messages can be
|
||||
// sent with matching Bcc headers. We don't get here for known senders.
|
||||
threshold = 0.25
|
||||
log.Print("msgto/cc", slog.Any("msgto", d.msgTo), slog.Any("msgcc", d.msgCc))
|
||||
log.Info("setting junk threshold due to smtp rcpt to and message to/cc address mismatch", slog.Float64("threshold", threshold))
|
||||
reason = reasonJunkContentStrict
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue