Increased mail notification buffer for long attachments

SVN revision: 1573
This commit is contained in:
Stefan Ritt 2005-12-19 14:29:26 +00:00
parent eb4f08a2cd
commit 9233c63971

View File

@ -1766,7 +1766,7 @@ INT sendmail(LOGBOOK * lbs, char *smtp_host, char *from, char *to, char *text, c
return -1;
}
strsize = TEXT_SIZE + 1000;
strsize = MAX_CONTENT_LENGTH + 1000;
str = xmalloc(strsize);
recv_string(s, str, strsize, 10000);