Hello. I found a Bug in openssh-2.3.0p1. OS is solaris 2.6. When I login to sshd of openssh-2.3.0p1 , I found double slashed MAIL environmental variables like bellow. % ssh -V SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0. Compiled with SSL (0x0090600f). % env |grep MAIL MAIL=/var/mail//s-kurosa When using emacs20 RMAIL, RMAIL can not get mail from spool Directory. Other openssh version set normal MAIL environmental variables. % ssh -V SSH Version OpenSSH_2.2.0 NetBSD_Secure_Shell-20001003, protocol versions 1.5/2.0. Compiled with OpenSSL (0x0090581f). % env | grep MAIL MAIL=/var/mail/s-kurosa Regards. -------------- Seiji Kurosawa
mouring at etoh.eviladmin.org
2001-Feb-15 04:49 UTC
environmental variables MAIL on solaris
On Wed, 14 Feb 2001, Seiji Kurosawa wrote:> Hello. > > I found a Bug in openssh-2.3.0p1. > OS is solaris 2.6. >Can you please verify this against either the current CVS tree or against a more recent snapshot? http://bass.directhit.com/openssh_snap/ - Ben