Hmmm... backup the current directory 
   ~mailman/archives/public/<listname> 
and then recreate it as a link pointing to
   ~mailman/archives/private/<listname>

cd /home/mailman/archives/public
mv mylist bak.mylist
ln -s /home/mailman/archives/private/mylist mylist

When you do an "ls -l" in the ~mailman/archives/public/..  directory it
should look something like this:
   mylist -> /home/mailman/archives/private/mylist

Test that out and see if doesn't open up your archives for the world to
see!

Good Luck - Jon Carnes

===
On Wed, 2002-10-16 at 11:43, Drew McCormack wrote:
> 
> On Wednesday, October 16, 2002, at 05:37  pm, Jon Carnes wrote:
> 
> > When you go to the webadmin and look at the Archival Options section -
> > are your archives marked as private or public?
> "public", so that is not it, I guess.
> 
> Drew
> 



------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Reply via email to