Jonathan Ellis wrote:
Jason R. Mastaler wrote:

TMDA doesn't downcase the address before adding
it to CONFIRM_APPEND. It leaves the address exactly as the sender has
intended.
Doh.  You're right; I mis-read the lower()s in append_to_file.
now that I look at it more, we're re-computing string.lower(string.strip(str)) for compare w/ EACH line in the file. I don't think the python compiler is smart enough to realize that's a constant...

-Jonathan

_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to