| 109 | } |
| 110 | |
| 111 | type state struct { |
| 112 | c *Check |
| 113 | session *milter.ClientSession |
| 114 | msgMeta *module.MsgMetadata |
| 115 | skipChecks bool |
| 116 | log *log.Logger |
| 117 | } |
| 118 | |
| 119 | func (c *Check) CheckStateForMsg(ctx context.Context, msgMeta *module.MsgMetadata) (module.CheckState, error) { |
| 120 | session, err := c.cl.Session() |
nothing calls this directly
no outgoing calls
no test coverage detected