From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrey mirtchovski To: 9fans@cse.psu.edu Subject: Re: [9fans] rc here docs In-Reply-To: <021f01c3703a$2887ac20$b9844051@insultant.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Sun, 31 Aug 2003 23:30:51 -0600 Topicbox-Message-UUID: 26b83134-eacc-11e9-9e20-41e7f4b1d025 have you looked at this: http://tmda.sourceforge.net/ it has the same feel to it as yours does (judging from the little snippet below), even though it's considerably larger and more complex (but can be fooled by the latest '6 degrees of freedom' viruses, just like your filter can)... an added bonus -- it's being used by the FSF for @gnu.org addresses :) and another bonus -- it's written in python, so it could just work in Plan 9. andrey On Mon, 1 Sep 2003, boyd, rounin wrote: > > { echo foo; echo bar; echo baz; echo quux } | cmd > > now it's affordable and it's because more readable i'm using it: > > { > echo Either you''''re a spammer or I don''''t like you or I don''''t know > you. > echo > echo Email me this rejected message with: > echo > echo ' ' $code > echo > echo in the Subject: line and I''''ll decide if I''''ll add you to my list > echo of people I''''ll accept mail from. > } | ... >