[Mailman-Users] Listing bouncing addresses

Allen Watson watson.allen at gmail.com
Sat Jun 4 22:49:28 CEST 2005


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 <jwt at onjapan.net> 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)
> ...



More information about the Mailman-Users mailing list