From owner-cvs-all Mon Apr 17 12:35:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79C1337B824; Mon, 17 Apr 2000 12:35:43 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA56934; Mon, 17 Apr 2000 12:35:42 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200004171935.MAA56934@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 17 Apr 2000 12:35:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/popper/patches patch-an patch-ak Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/04/17 12:35:42 PDT Modified files: mail/popper/patches patch-ak Added files: mail/popper/patches patch-an Log: 1) Popper always assume that fgets got whole line, so it is easy to make fake headers by special long lines aligned to buffer boundary - popper treat them as separate lines. Whole code needs rewriting. As workaround increase MAXLINE to the value sendmail use, hoping sendmail itself not makes longer lines. 2) Fix EUIDL responses not properly \n terminated. Revision Changes Path 1.3 +19 -19 ports/mail/popper/patches/patch-ak To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message