mirror of
https://github.com/mjl-/mox.git
synced 2024-12-27 08:53:48 +03:00
we now have an index on dkimdomains, remove the todo
This commit is contained in:
parent
aad5a5bcb9
commit
aca64828bd
1 changed files with 0 additions and 1 deletions
|
@ -277,7 +277,6 @@ type Message struct {
|
||||||
MailFromValidation Validation // Can have SPF-specific validations like ValidationSoftfail.
|
MailFromValidation Validation // Can have SPF-specific validations like ValidationSoftfail.
|
||||||
MsgFromValidation Validation // Desirable validations: Strict, DMARC, Relaxed. Will not be just Pass.
|
MsgFromValidation Validation // Desirable validations: Strict, DMARC, Relaxed. Will not be just Pass.
|
||||||
|
|
||||||
// todo: needs an "in" index, which bstore does not yet support. for performance while checking reputation.
|
|
||||||
DKIMDomains []string `bstore:"index DKIMDomains+Received"` // Domains with verified DKIM signatures. Unicode string.
|
DKIMDomains []string `bstore:"index DKIMDomains+Received"` // Domains with verified DKIM signatures. Unicode string.
|
||||||
|
|
||||||
// Value of Message-Id header. Only set for messages that were
|
// Value of Message-Id header. Only set for messages that were
|
||||||
|
|
Loading…
Reference in a new issue