Pychecker complains about the call to self.shutdown(2) on line 1441 of pop3proxy.py. It should probably be self.socket.shutdown(2), but I'll let someone else who knows the code better verify that. Skip