From owner-freebsd-net@FreeBSD.ORG Thu Mar 1 20:40:13 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53B8616A400 for ; Thu, 1 Mar 2007 20:40:13 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 1F70113C48E for ; Thu, 1 Mar 2007 20:40:13 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 11FD41F473D for ; Thu, 1 Mar 2007 15:40:13 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by out1.internal (MEProxy); Thu, 01 Mar 2007 15:40:13 -0500 X-Sasl-enc: CH4LYbGs18FwQAeQwTp4qNq7e9er88L9wRC30PvHju7F 1172781612 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id B44E4329A3 for ; Thu, 1 Mar 2007 15:40:12 -0500 (EST) Message-ID: <45E73A2A.3000805@FreeBSD.org> Date: Thu, 01 Mar 2007 20:40:10 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: freebsd-net@freebsd.org References: <2110071423.20070301151729@citrin.ru> <20070301152942.GA27336@rambler-co.ru> <1047693239.20070301194653@citrin.ru> <45E70EBA.3030808@FreeBSD.org> <20070301200035.GA9041@ariel.njm.f2s.com> In-Reply-To: <20070301200035.GA9041@ariel.njm.f2s.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PATCH] Re: is setsockopt SO_NOSIGPIPE work? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2007 20:40:13 -0000 N.J. Mann wrote: > > Could this be why mail from cron doesn't work for me in 6.2? I got as > far as finding that cron receives a SIGPIPE while sending the mail > message to sendmail, but never worked out why. I ended up hacking cron > to ignore SIGPIPE and then ENOTIME to investigate further. Unlikely, unless cron were directly hooked up to a TCP socket. BMS