From owner-freebsd-current Mon Nov 16 06:22:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14766 for freebsd-current-outgoing; Mon, 16 Nov 1998 06:22:49 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from qix (hibou.obs-besancon.fr [193.52.184.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14758 for ; Mon, 16 Nov 1998 06:22:41 -0800 (PST) (envelope-from jmz@FreeBSD.ORG) Received: (from jmz@localhost) by qix (8.9.1/8.8.7) id PAA00612; Mon, 16 Nov 1998 15:23:11 +0100 (MET) Date: Mon, 16 Nov 1998 15:23:11 +0100 (MET) Message-Id: <199811161423.PAA00612@qix> X-Authentication-Warning: qix: jmz set sender to jmz@qix using -f From: Jean-Marc Zucconi To: tony@dell.com CC: current@FreeBSD.ORG In-reply-to: <3.0.3.32.19981116025037.03461374@bugs.us.dell.com> (message from Tony Overfield on Mon, 16 Nov 1998 02:50:37 -0600) Subject: Re: mail -u X-Mailer: Emacs Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> Tony Overfield writes: > Is there some trick for getting "mail -u" to work with -current? You must unset the MAIL env. variable. Or recompile mail with the following patch: Index: main.c =================================================================== RCS file: /home/ncvs/src/usr.bin/mail/main.c,v retrieving revision 1.5 diff -u -r1.5 main.c --- main.c 1998/01/02 16:43:50 1.5 +++ main.c 1998/01/04 07:17:27 @@ -110,6 +110,7 @@ * Next argument is person to pretend to be. */ myname = optarg; + unsetenv("MAIL"); break; case 'i': /* Jean-Marc -- Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message