On Thu, 2004-04-08 at 11:51, Bill Shupp wrote:
Try this patch to qmail-remote.c:
--- qmail-remote.c.orig Thu Apr 8 08:49:14 2004 +++ qmail-remote.c Thu Apr 8 08:50:09 2004 @@ -229,7 +229,7 @@ if (*p == '\n' || *p == ' ' || *p == '\t') { if (!stralloc_catb(sa, s, p - s) || !stralloc_0(sa)) temp_nomem(); if (*p++ == '\n') break; - while (*p == ' ' || *p == '\t') ; + while (*p == ' ' || *p == '\t') p++; s = p; } s = p;
Bill,
Is this patch recommended for all users? ie, should I add this into my system?
Yeah.. but I have an updated patch from the TLS author.. I'll be releasing a new cumulative patch, along with a newer toaster version, later this week.
Bill