Path: utzoo!utgpu!watserv1!watmath!att!att!linac!uwm.edu!garden-brau.csd.uwm.edu!wls From: wls@garden-brau.csd.uwm.edu (Bill Stapleton) Newsgroups: comp.mail.elm Subject: Re: Why won't filter work????? Message-ID: <7922@uwm.edu> Date: 28 Nov 90 17:29:09 GMT References: <11897@sybase.sybase.com> Sender: news@uwm.edu Reply-To: wls@garden-brau.csd.uwm.edu (Bill Stapleton) Organization: Computing Services, U of Wisc-Milwaukee Lines: 16 In article <11897@sybase.sybase.com>, dit@frenzy.sybase.com (frustrated) writes: ... > if ( from contains "funky" ) then save "$HOME/Mail/funky" You can't count on having your normal environment when sendmail runs filter via your ".forward" file, and I'm not sure if filter even expands $HOME. Filter probably gets an error trying the first save, and backs off to saving the mail in your mailbox. You might get more information if you use the "-o" option, with a full pathname. The easiest fix is to just completely specify the path, without using $HOME. -- Bill Stapleton wls@csd4.csd.uwm.edu uwmcsd4!wls