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

Lines Matching full:refused

356         refused = self._deliver(mailfrom, rcpttos, data)
357 # TBD: what to do with refused addresses?
358 print >> DEBUGSTREAM, 'we got some refusals:', refused
362 refused = {}
367 refused = s.sendmail(mailfrom, rcpttos, data)
372 refused = e.recipients
375 # All recipients were refused. If the exception had an associated
381 refused[r] = (errcode, errmsg)
382 return refused
424 refused = self._deliver(mailfrom, rcpttos, data)
425 # TBD: what to do with refused addresses?
426 print >> DEBUGSTREAM, 'we got refusals:', refused