IEM - network operating center wrote: > >since this seems to be outdated, i would like to ask whether there is a >possibility to reset the bounce status for a member (or all) to "nothing". > >i guess this can be done with "withlist", but before i start learning >withlist again, i'd like to ask if somebody has a ready to use solution >at hand and is willing to share.
There are several withlist script examples at <http://veenet.value.net/~msapiro/scripts/> (mirror <http://fog.ccsf.edu/~msapiro/scripts/>). To remove bounce info from all members, you could modify the fix_bad_bounce_info.py script by removing the line if not mlist.isMember(member): To re-enable members you have been disabled by bounce but not yet removed, use the reset_bounce.py script. -- 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&file=faq01.027.htp
