From owner-freebsd-commit Sat Sep 16 14:46:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA28095 for freebsd-commit-outgoing; Sat, 16 Sep 1995 14:46:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27936 for cvs-all-outgoing; Sat, 16 Sep 1995 14:45:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA27925 for cvs-bin-outgoing; Sat, 16 Sep 1995 14:45:09 -0700 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 OAA27898 ; Sat, 16 Sep 1995 14:44:58 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id FAA15080; Sun, 17 Sep 1995 05:44:53 +0800 Date: Sun, 17 Sep 1995 05:44:53 +0800 (WST) From: Peter Wemm To: Paul Traina cc: cvs-bin@freefall.freebsd.org, CVS-commiters@freefall.freebsd.org Subject: Re: cvs commit: src/bin/rmail rmail.c In-Reply-To: <199509161852.LAA28533@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.org Precedence: bulk On Sat, 16 Sep 1995, Paul Traina wrote: > pst 95/09/16 11:52:52 > > Modified: bin/rmail rmail.c > Log: > If mail is received with no from address, invoke sendmail with > /usr/sbin/sendmail -f <> dest > rather than > /usr/sbin/sendmail -f dest. > > Submitted by: Michael Butler > Obtained from: Eric Allman And reviewed by me, after the commit.. :-) -Peter