Email filters in python

2004-12-17 Thread sf
Would someome like to post their email filters code. Its so common that probably some standard library supports it or many would have written it already. If I have basic structure, I can take from there. ( Essentially I want get rid of XP by getting rid of powerful mail client "TheBat!" ) ...

Re: Efficient grep using Python?

2004-12-17 Thread sf
The point is that when you have 100,000s of records, this grep becomes really slow? Any comments? Thats why I looked for python :) > that would be > > grep -vf B A > > and it is a rare use of grep, indeed. > -- > TZOTZIOY, I speak England very best. > "Be strict when sending and tolerant when

Efficient grep using Python?

2004-12-15 Thread sf
Just started thinking about learning python. Is there any place where I can get some free examples, especially for following kind of problem ( it must be trivial for those using python) I have files A, and B each containing say 100,000 lines (each line=one string without any space) I want to do