Dennis Carr wrote: >OK, something I notice in my posts log is a message not entirely unlike >the following: > >Jul 15 09:27:31 2007 (32571) post to list from [EMAIL PROTECTED], >size=5706, message-id=<redacted>, 557 failures > >Now, as time progresses, that "failures" number counts down, and >ultimately, there is a "success" asociated with that number. sWhat, >precisely, does this message mean?
Look in the smtp-failure log for a more informative message including a reason. What is happening is the outgoing SMTP server (MTA) is accepting only a fraction of the recipients. The rest are queued for retry. Some more recipients are accepted on the retry, and the rest are queued, and so on. It may or may not help to set SMTP_MAX_RCPTS to a number smaller that the number that gets accepted each time (in mm_cfg.py), but first get the reason from the smtp-failure log. The best solution depends on the reason. It may be that something in the outgoing MTA needs to be changed. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp