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: John Douglass <address@concealed>
  • To: Sympa Users <address@concealed>, Serge Aumont <address@concealed>
  • Subject: Re: [sympa-users] Sympa 3.4.3.1 (Solaris 2.9) web archive (?solution?)
  • Date: Mon, 08 Dec 2003 15:59:41 -0500

Would this work?

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