Salvatore D'Agostino wrote:
>
>I have a question about the mailman bounce procedure. Is it possible to 
>obtain a list of bounces that were removed from the list due to a high 
>"score"? Essentially what I want to do is create a list of members that 
>were removed from the list due to bounces and present that list to the 
>list owner. Is there a built in function that can do it, or is there a 
>way I can do it manually? If this question has already been addressed in 
>the FAQ, I apologize, I might have missed it (there were a lot of 
>topics). If you can just point me in the right direction in that case, I 
>would be very grateful.


The easiest way to do this would be to create some script to sumarize
this information from Mailman's bounce log.

You can obtain a list of members whose delivery has been disabled by
bounce processing who haven't yet been removed from the list with
Mailman's

  bin/list_members --nomail=bybounce LISTNAME

but this won't get those whove already been removed. You have to get
that from the bounce or subscribe logs.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to