Skip to Content.
Sympa Menu

en - Re: [sympa-users] Sympa 3.4.3.1 (Solaris 2.9) web archive (?solution?)

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Aumont - Comite Reseaux des Universites <address@concealed>
  • To: John Douglass <address@concealed>
  • Cc: Sympa Users <address@concealed>
  • Subject: Re: [sympa-users] Sympa 3.4.3.1 (Solaris 2.9) web archive (?solution?)
  • Date: Tue, 09 Dec 2003 08:31:11 +0100

John Douglass wrote:

Would this work?

No. Access parameter should only be used in order to control access but not to control if messages are to be archived or not. But you can use the existing web_archive "quota" parameter. If you set it to 0 no message will be archived. http://www.sympa.org/distribution/current/doc/html/node15.html#SECTION001562000000000000000

You can also define a robot default archive quota for all lists. List owners receive a notification when disk quota exceeded. At any time they can download zip of several mounths archives and remove them from the server.

Hope this help.



Line 217 of archived.pl
----
# BEGIN MOD
my $listsettings = new List($listname);
if($listsettings->{'admin'}{'web_archive'}{'access'} != "closed")
{
do_log('notice',"Archiving $file for list $adrlist");
mail2arc ($file, $listname, $hostname, $yyyy, $mm, $dd, $hh, $min, $ss) ;
unless (unlink("$queue/$file"))
{
do_log ('err',"Ignoring file $queue/$file because couldn't remove it, archived.pl must use the same uid as sympa");
do_log ('err',"exiting because I don't want to loop until file system is full");
last;
}
}
# END MOD
----






Archive powered by MHonArc 2.6.19+.

Top of Page