MCPcopy Index your code
hub / github.com/foxcpp/maddy / Modifier

Struct Modifier

internal/testutils/modifier.go:32–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type Modifier struct {
33 InstName string
34
35 InitErr error
36 MailFromErr error
37 RcptToErr error
38 BodyErr error
39
40 MailFrom map[string]string
41 RcptTo map[string][]string
42 AddHdr textproto.Header
43
44 UnclosedStates int
45}
46
47func (m Modifier) Configure([]string, *config.Map) error {
48 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected