Is there no way way to do this either via the web interface or by
e-mail to the "request" address? I do not host the lists I administer,
and I need to get a listing of NOMAIL subscribers for several lists.
Perhaps some form of the "who" command?

On 4/24/05, Jim Tittsler <[EMAIL PROTECTED]> wrote:
> On Apr 22, 2005, at 21:44, Nico wrote:
> 
> > How do I get a list of all the subscribers with a bounce score > 0
> > (and not
> > de-activated)?
> 
> You can use bin/withlist to review getBouncingMembers().  If you want
> details about last bounce, how many bounce notifications, you can use
> getBounceInfo(member):
> 
> $ bin/withlist mylist
>  >>> from Mailman.MemberAdaptor import ENABLED
>  >>> for member in m.getBouncingMembers():
> ...     if m.getDeliveryStatus(member) == ENABLED:
> ...         print member
> ...         print m.getBounceInfo(member)
> ...
------------------------------------------------------
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&amp;file=faq01.027.htp

Reply via email to