On Thu, 2003-03-20 at 21:16, Jeremy Butler wrote: > I encountered an interesting case of, I think, Mailman-provoked Postfix > churning this afternoon. For several hours, Postfix and Mailman kept going > in circles (see below). Fortunately, when I restarted Postfix, the > churning stopped.
This is a known bug, fixed in cvs. The problem only occurs when attempting to deliver to an unknown user on the machine running Mailman. At issue is the error code returned by Postfix in this case -- it indicates a temporary error, not a permanent error, so Mailman keeps trying to re-deliver the message. Another fix in cvs is to have Mailman backoff retries of temp failures for some period of time. This fix will be in Mailman 2.1.2 (no ETA, but soon). -Barry ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
