This acts as a wrapper around smtp_server_reply_index_forward().
va_end(args);
}
+void smtp_server_recipient_reply_forward(struct smtp_server_recipient *rcpt,
+ const struct smtp_reply *from)
+{
+ smtp_server_reply_index_forward(rcpt->cmd, rcpt->index, from);
+}
+
void smtp_server_recipient_reset(struct smtp_server_recipient *rcpt)
{
i_assert(!rcpt->finished);
void smtp_server_recipient_reply(struct smtp_server_recipient *rcpt,
unsigned int status, const char *enh_code,
const char *fmt, ...) ATTR_FORMAT(4, 5);
+void smtp_server_recipient_reply_forward(struct smtp_server_recipient *rcpt,
+ const struct smtp_reply *from);
/* Hooks */