> oldmail = string.sub(data,string.find(data,"%d*")+1)

Whoops, a mistake, should be:

oldmail = string.sub(data,string.find(data," %d*")+1)

but I think it's not very important for you...

-- 
Best regards,
 Kamil

Reply via email to