> In rfc822.py, at AddressList.__getitem__, the stock 1.5.2 installation uses > `self.addrlist[index]', when it should in fact be `self.addresslist[index]'. Thanks. This is already fixed in our CVS version (it wasn't reported through the bugs list so if you searched for it you wouldn't have found it.) --Guido van Rossum (home page: http://www.python.org/~guido/)