Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!cert!netnews.upenn.edu!eniac.seas.upenn.edu!jeffe From: jeffe@eniac.seas.upenn.edu (george) Newsgroups: comp.unix.questions Subject: Re: Mail Redirection Keywords: Forward, Mail, Automatic Message-ID: <43397@netnews.upenn.edu> Date: 17 May 91 03:11:29 GMT References: <1991May16.144131.11440@cid.aes.doe.CA> <4328@pluto.dss.com> Sender: news@netnews.upenn.edu Reply-To: george@mech.seas.upenn.edu Organization: University of Pennsylvania, Mechanical Engineering Lines: 35 Nntp-Posting-Host: eniac.seas.upenn.edu : :All you need is a .forward file in your ~/ :Problems : It does'nt keep any copy in your mailbox for your reference. : It gets confused if you specify yourself as recipient. : you can specify a file to direct your mail to in your .forward ________.forward______ coworker@address,/usr/users/me/mbox be careful ( at least on my sun's ..) the file must exist and be world-writeable according to the sun manual ( which is particulatrly cryptic ) you can "forward" the mail to yourself with a backslash coworker@address,/usr/users/me/mbox,\me or pipe to a command ( rtm.. ) see also vacation(1) I've found the forward system to be a bit high strung. Make an error in one entry ( such as wrong file protection ) and your mail may not get sent to any of the intended recipiants. Also mail bouncing back from an forward-to address gets re forwarded to that address in an infinite loop, eventually being sent >/dev/null I found out the hard way, hmm I havent gotten any mail all week :-( BTW, before i get 100 rtfm's It looks like there is a way to handle this but I still think it is worth pointing out the potential problem. -- -george george@mech.seas.upenn.edu