32 #ifndef _SMF_SESSION_H
33 #define _SMF_SESSION_H
72 void smf_session_set_helo(
SMFSession_T *session,
char *helo);
88 void smf_session_set_xforward_addr(
SMFSession_T *session,
char *xfwd);
96 char *smf_session_get_xforward_addr(
SMFSession_T *session);
104 void smf_session_set_response_msg(
SMFSession_T *session,
char *rmsg);
112 char *smf_session_get_response_msg(
SMFSession_T *session);
129 void smf_session_set_message_file(
SMFSession_T *session,
char *fp);
137 char *smf_session_get_message_file(
SMFSession_T *session);