CheckSender is executed once when client sends the message sender information (e.g. on the MAIL FROM command).
(ctx context.Context, mailFrom string)
| 70 | // CheckSender is executed once when client sends the message sender |
| 71 | // information (e.g. on the MAIL FROM command). |
| 72 | CheckSender(ctx context.Context, mailFrom string) CheckResult |
| 73 | |
| 74 | // CheckRcpt is executed for each recipient when its address is received |
| 75 | // from the client (e.g. on the RCPT TO command). |
no outgoing calls