Received: from ELI.CS.YALE.EDU by NEBULA.SYSTEMSZ.CS.YALE.EDU via SMTP; Thu, 19 Aug 1993 15:07:25 -0400 Received: from YALEVM.YCC.YALE.EDU by eli.CS.YALE.EDU via SMTP; Thu, 19 Aug 1993 09:46:11 -0400 Message-Id: <199308191346.AA02622@eli.CS.YALE.EDU> Received: from CUVMB.CC.COLUMBIA.EDU by YaleVM.YCC.Yale.Edu (IBM VM SMTP V2R2) with BSMTP id 3254; Thu, 19 Aug 93 09:44:55 EDT Received: from CUVMB.COLUMBIA.EDU by CUVMB.CC.COLUMBIA.EDU (Mailer R2.07) with BSMTP id 2559; Thu, 19 Aug 93 09:47:30 EDT Date: Thu, 19 Aug 1993 08:45:26 -0500 Reply-To: dmb@FIG.CRAY.COM Sender: Lojban list From: dmb@FIG.CRAY.COM Subject: Re: Volume on LLG list X-To: Colin Fine X-Cc: lojban@cuvmb.cc.columbia.edu To: Erik Rauch In-Reply-To: Your message of "Thu, 19 Aug 93 09:55:19 BST." <9308190913.AA28486@cray.com> Status: O X-Status: X-From-Space-Date: Thu Aug 19 03:45:26 1993 X-From-Space-Address: @YaleVM.YCC.YALE.EDU:LOJBAN@CUVMB.BITNET Colin, I use a program (actually it's a Perl script) called Mailagent to process my mail. It allows you to set up a list of rules defining a state machine. State transitions are based on matches with various headers of the incoming message and a great variety of actions are possible for each state. Right now mail sent to barbershop-request (an alias that maps to me) with Send in the Subject: field causes the appropriate file to be mailed back to the sender. Mail from my boss, several co-workers and certain friends gets dropped into my important mail box, while mail from the various lists I'm subscribed to goes into my lists mail box. Even more elaborate rule sets allow more complicated mail preprocessing. Perl is a great language for this sort of thing and the program is table driven so, in the unlikely event you find something the program can't do, it would be easy to add capabilities. Dave Bowen