Man you rule!!! At this point seems to be working fine. I will do more testing and let you know if any troubles will pop up.
Thanks a lot, Pavel Cituji z emailu od "Barry A. Warsaw" <[EMAIL PROTECTED]>: > > >>>>> "PC" == Pavel Chytil <[EMAIL PROTECTED]> writes: > > | lines = email.Iterators.body_line_iterator(msg)[:] > > Sorry, change this line to > > lines = list(email.Iterators.body_line_iterator(msg)) > > (You probably need to back out the previous patch first, before > applying the second one I sent.) > > -Barry > _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
