mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Increased mail notification buffer for long attachments
SVN revision: 1573
This commit is contained in:
parent
eb4f08a2cd
commit
9233c63971
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user