Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!mips!daver!tscs!tct!chip From: chip@tct.uucp (Chip Salzenberg) Newsgroups: comp.mail.elm Subject: Re: Trivial (?) Problem with Filter Message-ID: <273ED190.56F6@tct.uucp> Date: 12 Nov 90 16:45:03 GMT References: Organization: Teltronics/TCT, Sarasota, FL Lines: 27 According to epeterson@encore.com (Eric Peterson): >I've been playing with filter a bit lately, and I can't seem to get it >to work right. I would suggest that users of filter should upgrade to Deliver 2.0 if filter's quirks are causing them difficulties. > What I want to do is save all messages that come to me >through a mailing list called "gem_team" to a folder called >"/usrs/sqa/epeterso/Mail/gemini" as well as drop them into my mailbox. A user delivery file to accomplish this goal might look like: #!/bin/sh case "`header -f To $HEADER`" *gem_team*) echo "Mail/gemini" ;; esac echo "$1" Presto! Deliver 2.0 is available at finer archive sites everywhere, including osu-cis and alfred. E-Mail for details. -- Chip Salzenberg at Teltronics/TCT , "I've been cranky ever since my comp.unix.wizards was removed by that evil Chip Salzenberg." -- John F. Haugh II