Path: utzoo!yunexus!ists!jarvis.csri.toronto.edu!mailrus!uflorida!novavax!twwells!bill From: bill@twwells.com (T. William Wells) Newsgroups: comp.mail.uucp Subject: Re: Smail, Aliases & Programs Keywords: smail alias Message-ID: <1989Nov17.234532.10842@twwells.com> Date: 17 Nov 89 23:45:32 GMT Article-I.D.: twwells.1989Nov17.234532.10842 References: <590@piglet.vision.UUCP> <2561CDFB.4258@ateng.com> Organization: None, Ft. Lauderdale, FL Lines: 38 In article <2561CDFB.4258@ateng.com> chip@ateng.com (Chip Salzenberg) writes: : According to bill@twwells.com (T. William Wells): : >Well, this all depends on your point of view. Personally, I'd find : >maintaining my mailing list using deliver's mechanisms a bit of a : >bother. Whereas, with lmail, all I do is add a name to a list. : : Deliver can arrange to be just that simple to use: : : case "$u" in : mailing-list) : awk '{print $1}' /usr/local/lib/mailing-list-file : ;; : *) : echo "$u" : ;; : esac Awk! For my system, I'd use instead of the awk line: sed 's/#.*//'