fixed the from= logged field in case of null sender

This commit is contained in:
SJ
2012-10-03 23:32:44 +02:00
parent e3f1134f04
commit 0c20a5f1e1
6 changed files with 16 additions and 10 deletions

View File

@@ -169,6 +169,7 @@ struct session_data {
char filename[SMALLBUFSIZE];
char ttmpfile[SMALLBUFSIZE], tmpframe[SMALLBUFSIZE], tre, restored_copy;
char mailfrom[SMALLBUFSIZE], rcptto[MAX_RCPT_TO][SMALLBUFSIZE], client_addr[SMALLBUFSIZE];
char fromemail[SMALLBUFSIZE];
char acceptbuf[SMALLBUFSIZE];
char attachments[SMALLBUFSIZE];
char internal_sender, internal_recipient, external_recipient;