Folks: I finally figured out what was causing my database error, a patch I had applied modified the version field in the database and was causing Mailman to not perform the necessary updates to the files.
After I got past that, I started playing around with it in earnest... and noticed something... I ran the config_list command on a newly created list and got the following error ... [root@linux z]# ../bin/config_list -o testlist.txt testlist Traceback (most recent call last): File "../bin/config_list", line 268, in ? main() File "../bin/config_list", line 261, in main do_output(listname, outfile) File "../bin/config_list", line 113, in do_output do_list_categories(mlist, k, None, outfp) File "../bin/config_list", line 162, in do_list_categories lines = value.replace('\r', '').split('\n') AttributeError: replace Suggstions? david _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman-21/listinfo/mailman-developers