bcb4e51a409d94ae670de96afb8483a4f7855294Stephan Bosch/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
2cbbe9b4829adb184c83dbf780316f4144559054Stephan Bosch * RSET command
2cbbe9b4829adb184c83dbf780316f4144559054Stephan Boschstatic void cmd_rset_proxy_cb(const struct smtp_reply *proxy_reply,
2cbbe9b4829adb184c83dbf780316f4144559054Stephan Bosch struct smtp_server_cmd_ctx *cmd = rset_cmd->cmd;
2cbbe9b4829adb184c83dbf780316f4144559054Stephan Bosch /* finished proxying MAIL command to relay server */
2cbbe9b4829adb184c83dbf780316f4144559054Stephan Bosch if (!client_command_handle_proxy_reply(client, proxy_reply, &reply))
2cbbe9b4829adb184c83dbf780316f4144559054Stephan Bosch /* forward reply */
2cbbe9b4829adb184c83dbf780316f4144559054Stephan Boschint cmd_rset(void *conn_ctx, struct smtp_server_cmd_ctx *cmd)
2cbbe9b4829adb184c83dbf780316f4144559054Stephan Bosch rset_cmd = p_new(cmd->pool, struct cmd_rset_context, 1);
2cbbe9b4829adb184c83dbf780316f4144559054Stephan Bosch rset_cmd->cmd_proxied = smtp_client_command_rset_submit