From owner-freebsd-bugs Fri Feb 28 21:08:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA10376 for bugs-outgoing; Fri, 28 Feb 1997 21:08:29 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA10371 for ; Fri, 28 Feb 1997 21:08:23 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id QAA08904; Sat, 1 Mar 1997 16:02:27 +1100 Date: Sat, 1 Mar 1997 16:02:27 +1100 From: Bruce Evans Message-Id: <199703010502.QAA08904@godzilla.zeta.org.au> To: henrich@crh.cl.msu.edu, mpp@freefall.freebsd.org Subject: Re: mail.local modifications? Cc: freebsd-bugs@FreeBSD.org Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> The cvs log for mail.local is attached to this message. It appears that >> the patch you supplied was screwed up. Looking at the PR, you >> didn't submit a proper context diff, and that caused it to not apply >> correctly. Please submit a new diff so that someone can work >> with it. > >Okay here is the correct patch. This is the same one I've been running for >years, so unless I had a complete brain fart, it works wonderful. Everyone >please review and commit asap, thanks! Try again. This version has tab lossage and indentation breakage on every changed line. Bruce >*** mail.local.c Sat Feb 22 23:49:15 1997 >--- mail.local.c.new Fri Feb 28 18:30:44 1997 >*************** >*** 203,208 **** >--- 203,209 ---- > int mbfd, nr, nw, off; > char biffmsg[100], buf[8*1024], path[MAXPATHLEN]; > off_t curoff; >+ uid_t saveeuid; ^^^^^^^^^ 9 spaces, should be 1 tab > > /* > * Disallow delivery to unknown names -- special mailboxes can be