From owner-freebsd-stable@FreeBSD.ORG Wed Apr 16 22:48:36 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4775E37B401 for ; Wed, 16 Apr 2003 22:48:36 -0700 (PDT) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id A96C943F85 for ; Wed, 16 Apr 2003 22:48:35 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) h3H5mZdB087270 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 16 Apr 2003 22:48:35 -0700 (PDT) Received: (from gshapiro@localhost)h3H5mZoo087269 for freebsd-stable@freebsd.org; Wed, 16 Apr 2003 22:48:35 -0700 (PDT) Date: Wed, 16 Apr 2003 22:48:35 -0700 From: Gregory Neil Shapiro To: freebsd-stable@freebsd.org Message-ID: <20030417054834.GE590@horsey.gshapiro.net> References: <20030417053645.GD590@horsey.gshapiro.net> <200304170545.h3H5jtKN034942@drugs.dv.isc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304170545.h3H5jtKN034942@drugs.dv.isc.org> User-Agent: Mutt/1.5.4i Subject: Re: post last sendmail upgrade X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 05:48:36 -0000 On Thu, Apr 17, 2003 at 03:45:55PM +1000, Mark.Andrews@isc.org wrote: > > fetchmail and re-injecting. However this only started after the > last upgrade to sendmail. I've been using fetchmail for months. My suggestion would be to try to capture the file along the way. See if fetchmail has a way to save what it downloaded to a file as well as what it injected. You can also run sendmail with "-X file" to capture a traffic log of everything coming into and out of sendmail. That way you can see where the corruption first appears.