Robert Bannocks wrote:

>How can I as a list administrator re-enable or more correctly re-set a
>given users bounce score.  In this case the causes of the bounces is out
>of the users hands.  I cannot see a way to do this in the web interface
>of on the FAQ/googling etc.


Go to the admin Membership List and set 'nomail' for the user and then
immediately reset it.

If you have command line access to Mailman, you can create a withlist
script to do this. See
<http://mail.python.org/pipermail/mailman-users/2006-August/052700.html>
for a withlist script the sets 'nomail'. You could add the line

    mlist.setDeliveryStatus(member, MemberAdaptor.ENABLED)

immediately following the line

    mlist.setDeliveryStatus(member, MemberAdaptor.BYADMIN)

in that script to do this.

-- 
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&amp;file=faq01.027.htp

Reply via email to