mailman_private_archs/index.pl is a tool that permits to use savannah session
to access mailman (or any other list) archives.

The idea is not too completely mix savannah password, session, with mailman
ones, as mailman password are insecure (send uncrypted by mail, etc...) but
to ease archives browsing.

To make use of this module, you need the savannah libs installed, and
savannah configured. 

It assumes that the private archives are physically located in
	/var/www/private/

You need to configure apache (/var/www/private.pl is where the index.pl file
is stored):

   Alias /private/ /var/www/private.pl/
   <Directory /var/www/private.pl/>
    	AllowOverride None
    	ErrorDocument  404  /private/index.pl
 	Options ExecCGI
    	Order allow,deny
    	Allow from all
   </Directory>
