Home | History | Annotate | Download | only in python2.7

Lines Matching full:debugstream

92 DEBUGSTREAM = Devnull()
130 print >> DEBUGSTREAM, 'Peer:', repr(self.__peer)
145 print >> DEBUGSTREAM, 'Data:', repr(line)
228 print >> DEBUGSTREAM, '===> MAIL', arg
237 print >> DEBUGSTREAM, 'sender:', self.__mailfrom
241 print >> DEBUGSTREAM, '===> RCPT', arg
250 print >> DEBUGSTREAM, 'recips:', self.__rcpttos
292 print >> DEBUGSTREAM, \
301 print >> DEBUGSTREAM, 'Incoming connection from %s' % repr(addr)
358 print >> DEBUGSTREAM, 'we got some refusals:', refused
371 print >> DEBUGSTREAM, 'got SMTPRecipientsRefused'
374 print >> DEBUGSTREAM, 'got', e.__class__
422 print >> DEBUGSTREAM, 'forwarding recips:', ' '.join(rcpttos)
426 print >> DEBUGSTREAM, 'we got refusals:', refused
439 print >> DEBUGSTREAM, 'sending message to', rcpt
469 global DEBUGSTREAM
489 DEBUGSTREAM = sys.stderr