Sub Zero wrote: > >How do I see the status of the mail deliveries within mailman in a daily >announce posted list like "this list post was addressed to 2504 recipients. >108 of them were over the quota and 42 of them were failed" etc?
You can't get this information directly in that form. The Mailman logs 'post', 'smtp', 'smtp-failure' and 'bounce' contain as much as mailman knows about this except for the reason for bounces (i.e. you can't distinguish between over-quota, invalid userid, etc.). Your MTA logs might contain additional information. If you set the list's bounce_score_threshold to 0.5 and turn on the notifications, all bounces will result in disables and the bounce message (DSN) will be sent to the list owner, so you can see the reasons that way. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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/ 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
