X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtp_util.h;fp=citadel%2Fmodules%2Fsmtp%2Fsmtp_util.h;h=1da497de0b3c4f41eb69b1cc0ace38a9d92c7a98;hp=b3c4ae96b8f3fc80db7fa46b672afedc8c2f2f30;hb=a8bb950b3da00b7933912c27e2ad92814b10d75b;hpb=f7a98d7d85704408287afd82e1f26c7fb213a04d diff --git a/citadel/modules/smtp/smtp_util.h b/citadel/modules/smtp/smtp_util.h index b3c4ae96b..1da497de0 100644 --- a/citadel/modules/smtp/smtp_util.h +++ b/citadel/modules/smtp/smtp_util.h @@ -41,9 +41,11 @@ const char *smtp_get_Recipients(void); typedef struct _citsmtp { /* Information about the current session */ int command_state; - char helo_node[SIZ]; - char from[SIZ]; - char recipients[SIZ]; + StrBuf *Cmd; + StrBuf *helo_node; + StrBuf *from; + StrBuf *recipients; + StrBuf *OneRcpt; int number_of_recipients; int delivery_mode; int message_originated_locally;