[Mailman-Developers] Issues with archiving

2019-09-03 Thread sandeep kumar
Hi We are facing some issues in archiving the lists. Even though the list is enabled to be private archive it is advertised to each and every one irrespective of their role or anything. This will be a big data breach if it goes the same way into the production. We tried and figured out and

Re: [Mailman-Developers] Issues with archiving directory and OS limitations

2005-10-25 Thread John W. Baxter
On 10/24/05 5:28 PM, Brad Knowles [EMAIL PROTECTED] wrote: Base-64 would let you get two characters creating no more than 4096 hash subdirectories, and you can see the numbers above for the likely reduction in the number of grandchild subdirectories/files. Base 64 isn't a good idea for code

[Mailman-Developers] Issues with archiving directory and OS limitations

2005-10-24 Thread AE Somerville
Hello, I have recently come across a problem that prevents the creation of any new lists for our site. Problem manifests as an inability of the create list process being able to make the archiving directories. The number appears to be when the directory count approaches 32,000 separate

Re: [Mailman-Developers] Issues with archiving directory and OS limitations

2005-10-24 Thread Brad Knowles
At 9:52 AM +1000 2005-10-25, AE Somerville wrote: Problem manifests as an inability of the create list process being able to make the archiving directories. The number appears to be when the directory count approaches 32,000 separate directories. Most *nix OSes have problems with

Re: [Mailman-Developers] Issues with archiving directory and OSlimitations

2005-10-24 Thread Mark Sapiro
AE Somerville wrote: Related problems (from the 'fix'): 1.The HTML links are not working for the archive site, but it would be nice to have them functioning. They don't work because they are constructed using the Archiver.GetBaseArchiveURL() method which doesn't use Site.get_archpath().