Searched refs:SMTPRecipientsRefused (Results 1 – 9 of 9) sorted by relevance
116 class SMTPRecipientsRefused(SMTPException): class881 raise SMTPRecipientsRefused(senderrs)885 raise SMTPRecipientsRefused(senderrs)
765 except smtplib.SMTPRecipientsRefused as e:
104 class SMTPRecipientsRefused(SMTPException): class748 raise SMTPRecipientsRefused(senderrs)
370 except smtplib.SMTPRecipientsRefused, e:
110 .. exception:: SMTPRecipientsRefused323 :exc:`SMTPRecipientsRefused`
170 .. exception:: SMTPRecipientsRefused480 :exc:`SMTPRecipientsRefused`
1164 with self.assertRaises(smtplib.SMTPRecipientsRefused) as r:
9806 [Text about removing SMTPRecipientsRefused deleted --GvR]9820 Mostly I just re-added the SMTPRecipientsRefused exception
27185 [Text about removing SMTPRecipientsRefused deleted --GvR]27199 Mostly I just re-added the SMTPRecipientsRefused exception