CheckRcpt is executed for each recipient when its address is received from the client (e.g. on the RCPT TO command).
(ctx context.Context, rcptTo string)
| 74 | // CheckRcpt is executed for each recipient when its address is received |
| 75 | // from the client (e.g. on the RCPT TO command). |
| 76 | CheckRcpt(ctx context.Context, rcptTo string) CheckResult |
| 77 | |
| 78 | // CheckBody is executed once after the message body is received and |
| 79 | // buffered in memory or on disk. |
no outgoing calls