From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dsl092-170-084.wdc2.dsl.speakeasy.net ([66.92.170.84] helo=concerto.rednote.net) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1CUvKk-0004gX-00 for ; Thu, 18 Nov 2004 18:04:58 -0500 Received: from concerto.rednote.net (localhost.localdomain [127.0.0.1]) by concerto.rednote.net (8.13.1/8.13.1) with ESMTP id iAIN4gXi012856 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Nov 2004 18:04:42 -0500 Received: (from janina@localhost) by concerto.rednote.net (8.13.1/8.13.1/Submit) id iAIN4gb2012855; Thu, 18 Nov 2004 18:04:42 -0500 Date: Thu, 18 Nov 2004 18:04:42 -0500 From: Janina Sajka To: Sean McMahon , "Speakup is a screen review system for Linux." Message-ID: <20041118230442.GA5983@rednote.net> References: <20041112135537.GL9170@rednote.net> <009e01c4cb47$ac63ba70$77ac7682@azwaterDOM.wr.usgs.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <009e01c4cb47$ac63ba70$77ac7682@azwaterDOM.wr.usgs.gov> User-Agent: Mutt/1.4.1i X-Operating-System: Linux concerto.rednote.net 2.6.9-1.667spk Organization: Capital Accessibility LLC (http://www.CapitalAccessibility.com) X-PGP-Key: http://www.CapitalAccessibility.com/JaninaSajka_gpg_key.html Subject: Re: Fedora Core Three X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 23:05:03 -0000 Sean McMahon writes: > Janina, I love that word, kill list. Can you point me to a howto on how to set Don't know about a HOWTO, but suggest it's pretty easy to implement in procmail. You could put recipies directly into your $HOME/.procmailrc, but I use a separate file for all manner of things I don't care to hear about. So, some example code: In my /home/janina/.procmailrc file I have: #Directory for storing procmail log and rc files PMDIR=$HOME/mail/.procmail INCLUDERC=$PMDIR/rc.kills And, in /home/janina/mail/.procmail/ there's a file called rc.kills with lots of little procmail recipies like the following: :0 : * ^From:.*pimpsoft /dev/null Janina