On Tuesday 30 June 2009 19:15:26 Kapil Hari Paranjape wrote:
> > On Tuesday 30 June 2009 13:13:12 Roshan Mathews wrote:
> > > 2009/6/30 Kenneth Gonsalves <[email protected]>:
> > > > kde translation camp had 14 attendees and went well
> > >
> > > Could you please not do that?
> >
> > ok - no more translations
>
> Don't get put off by one poster! :-)
>
> Some of us are happy that you are giving us a translation whenever
> you find the time to do it. Thanks!

ok

@roshan, put this script somewhere in your mail filter:

!#/usr/bin/env/python

is_tamil=False
for char in subject_line:
        if ord(char) in range(int('0B80',16),int('0BFF',16)+1):
                is_tamil=True
if is_tamil:
        message.send(destination='/dev/null')

coding up message.send() and extraction of the subject_line are left as 
exercises for you ;-)

-- 
regards
kg
http://lawgon.livejournal.com
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to