From owner-freebsd-commit Tue Nov 21 16:29:34 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA09710 for freebsd-commit-outgoing; Tue, 21 Nov 1995 16:29:34 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA09672 for cvs-all-outgoing; Tue, 21 Nov 1995 16:29:24 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA09647 for cvs-usrsbin-outgoing; Tue, 21 Nov 1995 16:29:20 -0800 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA09580 ; Tue, 21 Nov 1995 16:28:48 -0800 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id IAA26835; Wed, 22 Nov 1995 08:27:39 +0800 Date: Wed, 22 Nov 1995 08:27:39 +0800 (WST) From: Peter Wemm To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= cc: CVS-commiters@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/sendmail/src collect.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Tue, 21 Nov 1995, =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= wrote: > >peter 95/11/20 15:32:26 > > > Modified: usr.sbin/sendmail/src collect.c > > Log: > > If sendmail is collecting a message *not* via SMTP, then this patch will > > turn off the read data block timeouts. This was inspired by the same fix > > in sendmail-8.7, but the code in this area is somewhat different. (8.7 > > is much more sensible). This will stop the infamous > > "timeout waiting for input during message body read" on long running jobs, > > eg: /etc/daily | mail root. > > Peter, please copy this patch to sendmail@sendmail.org Done, they've replied with the (not unexpected) answer that we really should be using 8.7.2 now that it's out. Eric is on holidays for a week, but the person who looked over it didn't see anything wrong. -Peter