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

Method CheckConnection

framework/module/check.go:63–63  ·  view source on GitHub ↗
(ctx context.Context, state *ConnState)

Source from the content-addressed store, hash-verified

61// context to the TLS one.
62type EarlyCheck interface {
63 CheckConnection(ctx context.Context, state *ConnState) error
64}
65
66type CheckState interface {

Callers 9

checkStatesMethod · 0.65
RunEarlyChecksMethod · 0.65
TestDkimVerify_NoSigFunction · 0.65
TestDkimVerify_ValidSigFunction · 0.65
TestDkimVerify_FailOpenFunction · 0.65

Implementers 12

Checkinternal/testutils/check.go
checkStateinternal/testutils/check.go
stateinternal/check/skeleton.go
statelessCheckStateinternal/check/stateless_check.go
stateinternal/check/spf/spf.go
DNSBLinternal/check/dnsbl/dnsbl.go
stateinternal/check/dnsbl/dnsbl.go
stateinternal/check/rspamd/rspamd.go
stateinternal/check/command/command.go
dkimCheckStateinternal/check/dkim/dkim.go
stateinternal/check/milter/milter.go
stateinternal/check/authorize_sender/author

Calls

no outgoing calls

Tested by 7

TestDkimVerify_NoSigFunction · 0.52
TestDkimVerify_ValidSigFunction · 0.52
TestDkimVerify_FailOpenFunction · 0.52