Abdul Javid wrote: > Is there a way to check if the mail has be sent to all members in mailing > list
First, figure out how many recipients there should be. Get the possible recipients with bin/list_members --regular --nomail=enabled listname | wc -l Then figure out how many of those won't receive this post - the poster if the poster has "Receive your own posts to the list?" set to No and any list members directly addressed in To: or Cc: that have "Avoid duplicate copies of messages?" set to Yes - and subtract from the possible recipients. Then go to Mailman's smtp log and find the message like: Jan 10 13:03:41 2008 (368) <message-id> smtp to listname for nnn recips, completed in t.ttt seconds and verify that nnn is the expected number. You can also check Mailman's smtp-failure and bounce logs for failed deliveries and bounces reported to Mailman. Beyond that, you have to ask the outgoing MTA. -- 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
