Sven Schmidt wrote: >I want to set a sequence number in topic but not start at 1.
The sequence number is the list attribute post_id which started at list inception. You can see what it currently is with bin/dumpdb lists/<listname>/config.pck | grep post_id If its current value is not acceptable, you can set post_id to anything you want with bin/withlist or bin/config_list, but be sure to set it to a floating point number, e.g. 12345.0 rather than 12345 >Additionaly I want to add the current date. How I do this? >(mailman 2.1.10) Only by modifying the code in Mailman/Handlers/CookHeaders.py -- 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