I made a typo. change the line in uni-one-convertor.c that reads: userid = auth_adduser(username, "default", "", "0", "10M"); to read: userid = auth_user_exists(username);
---- Original Message ---- From: Dave Logan <dbmail@dbmail.org> To: dbmail@dbmail.org Subject: [Dbmail] spool convert with lookups Sent: Fri, 27 Sep 2002 11:34:59 -0600 (MDT) ) ) Hello all. ) I hope this tidbit of info will be useful to somebody. ) We already had the users in the database, so we didn't want ) uni-one to try and recreate them. The solution was this: ) ) change the line in uni-one-convertor.c that reads: ) userid = auth_adduser(username, "default", "", "0", "10M"); ) to read: ) userid = auth_user_exists(newusername); ) ) No fuss, no muss. ) ) davel ) ) ) -- ) Dave Logan ) ) "Give the people what they want, when they want, ) and they wants it all the time." -- George Clinton ) ) _______________________________________________ ) Dbmail mailing list ) Dbmail@dbmail.org ) https://mailman.fastxs.nl/mailman/listinfo/dbmail ) -- End Original Message -- -- Dave Logan "Give the people what they want, when they want, and they wants it all the time." -- George Clinton