From ef6408baf53859834afd353275550e51937c3407 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 16 Jan 1997 03:41:03 +0000 Subject: We deal with contibuations more directly now. svn path=/trunk/; revision=775 --- driver.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/driver.c b/driver.c index c0901c8c..70369f73 100644 --- a/driver.c +++ b/driver.c @@ -401,18 +401,6 @@ char *realname; /* real name of host */ { int newlen; - /* - * We deal with RFC822 continuation lines here. - * Replace previous '\n' with '\r' so nxtaddr - * and reply_hack will be able to see past it. - * (We know this is safe because SocketGets stripped - * out all carriage returns in the read loop above - * and we haven't reintroduced any since then.) - * We'll undo this before writing the header. - */ - if (isspace(bufp[0])) - headers[oldlen-1] = '\r'; - newlen = oldlen + strlen(bufp); headers = realloc(headers, newlen + 1); if (headers == NULL) -- cgit v1.2.3