Hi there,

the default QueuedMailDelivery is not very smart when it comes to error 
handling. If a mail with a problematic recipient address made its way 
in to the queue, it will sit there forever, and the 
QueueProcessorThread will try to send it out every so often, until one 
takes manual action. Obviously it would be nice it this could be 
automized. My be someone's got a hint?

In fact I'm wondering if this particular case might simply be a 
mis-configuration issue: I would think the mailserver (postfix) on 
localhost should queue the mail and handle that problem, instead of 
rejecting it in the first place (in my concrete example, the recipient 
has a remote domain that apparently does not exist).

However, I think other situations will arrive were the queueprocessor 
should be in charge to handle it, if only by counting the failures for 
a queued mail and giving up on it after x tries.


Thanks, Sascha

-- 
Lalisio GmbH                                          www.lalisio.com

Puschkinstraße 1                             fon +49-(0)361/541 43 80
99084 Erfurt                                 fax +49-(0)361/541 43 79
                                                 [EMAIL PROTECTED]

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
AKTUELLER HINWEIS (Januar 2007)

Wussten Sie schon, dass Lalisio sein Internetportal optimiert hat?
Ab sofort können Professoren, Studenten und Wissenschaftler in dem
neu gestalteten Wissensnetzwerk ihre Graue Literatur austauschen und
sich mit ihrer Arbeit in spezifischen Profilen besser präsentieren.

Testen Sie unser neues Angebot unter www.lalisio.com!
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to