Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!dalvm41b.vnet.ibm.com!freese From: freese@dalvm41b.vnet.ibm.com ("Bradley T. Freese") Newsgroups: comp.unix.aix Subject: Mail notification under csh on R6000? Message-ID: <9105141949.AA13279@ucbvax.Berkeley.EDU> Date: 14 May 91 19:46:49 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 14 johnson@horta.rice.edu (Bruce Johnson) writes: > While mail notification seems to work fine under ksh, we have > been unable to get it to work under csh, which many of our > users use as their login shell. Putting the environmental > variable MAIL to, e.g., "5 /usr/spool/mail/username" as described > in the "man pages" for csh doesn't seem to accomplish much. Is > this a FAQ? From the csh prompt, try: |%set mail = (5 /usr/spool/mail/username) This works for me. Notice that "mail" is lowercase, in contrast to the bourne variable "MAIL".