MCPcopy Create free account
hub / github.com/foxcpp/maddy / state

Struct state

internal/check/dnsbl/dnsbl.go:464–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464type state struct {
465 bl *DNSBL
466 msgMeta *module.MsgMetadata
467 log *log.Logger
468}
469
470func (bl *DNSBL) CheckStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.CheckState, error) {
471 return &state{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected