* Mark Sapiro <[EMAIL PROTECTED]> wrote: > >Is there an easy way to do this from the command-line? Or perhaps > >somebody has a script? > > > There is a withlist script at > <http://www.msapiro.net/scripts/reset_bounce.py>; mirrored at > <http://fog.ccsf.edu/~msapiro/scripts/reset_bounce.py> and > <http://veenet.value.net/~msapiro/scripts/reset_bounce.py>. [...]
I've had, for different reasons, a look at http://www.msapiro.net/scripts/set_nodups.py which contains the following line: mlist.setMemberOption(member, mm_cfg.DontReceiveDuplicates, 1) Since this is exactly what I am looking for (well, more or less), I'd like to ask where I can get a list of all parameters (I'm talking about "DontReceiveDuplicates" right now) which can be used to modify subscriber options. Thanks in advance Stefan ------------------------------------------------------ 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
