
Heya again I've found that my previous question RE moving Sympa can be partially fixed. I've found that on the new server running the sympa --upgrade will set things ready to go but still have no subscriber data. If I then manually dump the entries from the MySQL database (subscribers_table) on the old Sympa server to the new in the right place, and then go to the column created which didn't exist on the old server (robot_subscriber) and add the proper robot details relating to the new server, the subscriber will attach as it's supposed to! I've been using phpmyadmin to browse the tables and check out the structure as I'm really not that much of a MySQL admin, so does anyone know what I could use to change the contents of every single entry for "robot_subscriber" in the table "subscriber_table" in the database "sympa" ? Also this raises another question - why is grabbing a subscriber list so difficult? To me it would be a vital thing to be able to dump this list in whatever format you'd like for easy backups and fail safe restoration. Sometimes these lists can be thousands of entries! Any help is very much appreciated Jesse