On Apr 14, 2005, at 19:55, Sinh Quan wrote:

I am trouble shooting a mailing list in which mails did not go to
members.
The list I am dealing with has nearly 7000 members and I don't want to
send a test email to all of them.  I would like to send to just 1 for
testing purposes.

Enabling VERP (for at least one posting) might be more effective.

Is there a quick way of setting the no mail marker to all members rather
than 1 by 1 and then untick them again later?

Yes, you can do this with bin/withlist. You will want to setDeliveryStatus(user, MemberAdaptor.BYADMIN) to set nomail. Then to untick them, you will want to search for those that their delivery status set to BYADMIN and set it back to MemberAdaptor.ENABLED.


But checking the Mailman and MTA logs (especially with VERP enabled) seems more productive.
--
Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6
Python Starship http://Starship.Python.net/crew/jwt/
Mailman IRC irc://irc.freenode.net/#mailman


------------------------------------------------------
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

Reply via email to