From aca64828bd4a7bd45624d98cc1608f1c06a37cb1 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien <mechiel@ueber.net> Date: Fri, 26 May 2023 20:49:13 +0200 Subject: [PATCH] we now have an index on dkimdomains, remove the todo --- store/account.go | 1 - 1 file changed, 1 deletion(-) diff --git a/store/account.go b/store/account.go index f1a98d3..7d02cdb 100644 --- a/store/account.go +++ b/store/account.go @@ -277,7 +277,6 @@ type Message struct { MailFromValidation Validation // Can have SPF-specific validations like ValidationSoftfail. 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. // Value of Message-Id header. Only set for messages that were