Re: [Mailman-Developers] Approach for full anonymization of a mailing list

2015-03-08 Thread Richard Damon
On 3/8/15 12:12 PM, Rashi Karanpuria wrote: 1) We create a database table with the schema | orig_id | fake_id | thread_name | where whenever the user posts a first message to some thread a new fake random id is generated and stored in this table. For a specific user fake_id remains same for speci

[Mailman-Developers] Approach for full anonymization of a mailing list

2015-03-08 Thread Rashi Karanpuria
1) We create a database table with the schema | orig_id | fake_id | thread_name | where whenever the user posts a first message to some thread a new fake random id is generated and stored in this table. For a specific user fake_id remains same for specific thread. 2) We need to remove the old imp