SetStatus sets the error associated with the recipient. rcptTo should match exactly the value that was passed to the AddRcpt, i.e. if any translations was made by the target, they should not affect the rcptTo argument here. It should not be called multiple times for the same value of rcptTo. It al
(rcptTo string, err error)
| 42 | // SetStatus is goroutine-safe. Implementations |
| 43 | // provide necessary serialization. |
| 44 | SetStatus(rcptTo string, err error) |
| 45 | } |
| 46 | |
| 47 | // PartialDelivery is an optional interface that may be implemented |
no outgoing calls
no test coverage detected