[Zope3-dev] mail:queuedDelivery retrying forever?

Adam Groszer adamg at fw.hu
Sun Jul 17 03:05:48 EDT 2005


As I'm checking through the zope book messageboard samples, I was so
crazy that I entered an unknown e-mail address into the change
subscriptions.

It looks like that Zope is retrying to deliver the message forever...

2005-07-17T08:57:43 ERROR QueueProcessorThread Error while sending mail from mailer at messageboard.org to Manager.
Traceback (most recent call last):
  File "Y:\zope\svn_zope3\src\zope\app\mail\delivery.py", line 194, in run
    self.mailer.send(fromaddr, toaddrs, message)
  File "Y:\zope\svn_zope3\src\zope\app\mail\mailer.py", line 63, in send
    connection.sendmail(fromaddr, toaddrs, message)
  File "C:\Python23\lib\smtplib.py", line 687, in sendmail
    raise SMTPRecipientsRefused(senderrs)
SMTPRecipientsRefused: {'Manager': (450, '<Manager>: User unknown in local recipient table')}

-- 
Best regards,
 Adam                          mailto:adamg at fw.hu
--




More information about the Zope3-dev mailing list