[Tutor] parse emails as they come in

Kent Johnson kent37 at tds.net
Fri Mar 28 13:16:02 CET 2008


linuxian iandsd wrote:

> but sometimes two or more emails come in at once so the input file that 
> my python script has to parse is more than five lines !! my question is 
> how do i effeciently manage this from within my original script.

I guess you need to put your processing into a loop?

Kent


More information about the Tutor mailing list