home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!inmos!wraxall.inmos.co.uk!frogland.inmos.co.uk!des
- Newsgroups: comp.mail.elm
- From: des@frogland.inmos.co.uk (David Shepherd)
- Subject: Re: A couple of questions about filter
- Message-ID: <1992Jul30.160545.23604@wraxall.inmos.co.uk>
- Organization: INMOS architecture group
- References: <1992Jul29.135745.3238@julian.uwo.ca>
- Date: Thu, 30 Jul 92 16:05:45 BST
- Lines: 30
-
- In article <1992Jul29.135745.3238@julian.uwo.ca>, baycroft@zoi.lib.uwo.ca (Mike Baycroft) writes:
- >I just started tinkering with filter and have a couple of
- >questions:
- >
- >1) given the rule structure:
- >
- > if <condition> then <action>
- >
- >is there any way of specifying multiple actions for a single
- >set of conditions? For example:
- >
- > if <condition> then <action1> <action2> . . .
-
- i've had a patched version of filter for some time which
- supports list of rules. so you would say
-
- if <condition> then begin
- <action1>
- <action2>
- ....
- end
-
- i mentioned it when i got it working but no-one seemed at all
- interested.
-
- --------------------------------------------------------------------------
- david shepherd: des@inmos.co.uk or des@inmos.com tel: 0454-616616 x 625
- inmos ltd, 1000 aztec west, almondsbury, bristol, bs12 4sq
- "i speak latin to god, spanish to men, french to women
- and german to my horse." - charles v of spain
-