Home | History | Annotate | Download | only in bin

Lines Matching refs:peer

130         print >> DEBUGSTREAM, 'Peer:', repr(self.__peer)
305 def process_message(self, peer, mailfrom, rcpttos, data):
308 peer is a tuple containing (ipaddr, port) of the client that made the
332 def process_message(self, peer, mailfrom, rcpttos, data):
339 print 'X-Peer:', peer[0]
346 def process_message(self, peer, mailfrom, rcpttos, data):
354 lines.insert(i, 'X-Peer: %s' % peer[0])
386 def process_message(self, peer, mailfrom, rcpttos, data):