Par Leijonhufvud wrote: >Mark Sapiro <[EMAIL PROTECTED]> [2008.03.27] wrote: >> You might try doing a 'mass_catchup'. If somehow the list's >> usenet_watermark is too high, this will reset it. > >Is there a way to do this from the command line? I don't have the list >admin password...
You could use the site password (set with bin/mmsitepass) to access the GUI, or you could use withlist as in [EMAIL PROTECTED] mailman]$ bin/withlist -l mailman Loading list mailman (locked) The variable `m' is the mailman MailList instance >>> m.usenet_watermark = None >>> m.Save() >>> Unlocking (but not saving) list: mailman Finalizing [EMAIL PROTECTED] mailman]$ using your own list name instead of 'mailman'. Note that the apparent empty entry following m.Save() is actually control-D (^D - end of file) to exit withlist. -- Mark Sapiro <[EMAIL PROTECTED]> 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://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