Skip to Content.
Sympa Menu

devel - [sympa-dev] web archive : problem with with in arctxt

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Olivier LACROIX <address@concealed>
  • To: address@concealed
  • Subject: [sympa-dev] web archive : problem with with in arctxt
  • Date: Thu, 27 Apr 2000 17:52:47 +0200


Hello.

If you use archiving with archived.pl, the mails are also stored in a arctxt
directory, below the archive directory.

But there is no close function and, so, the last mail was not written until a
new mail arrive.

If the archived process is killed, the last mail is vever written.

Below the patch.

*** archived.pl.orig	Fri Apr 14 12:52:50 2000
--- archived.pl	Thu Apr 27 17:43:41 2000
***************
*** 255,261 ****
          print DEST $_ ;
      }
      
!     close ORIG;  
  }
  
  sub get_ressources {
--- 255,262 ----
          print DEST $_ ;
      }
      
!     close ORIG;
!     close DEST;
  }
  
  sub get_ressources {

Olivier LACROIX

C.I.R.I.L.
Cellule RĂ©seau StanNet
Chateau du Montet | Tel : +33 3.83.44.74.29
Rue du Doyen Roubault | Fax : +33 3.83.44.02.62
F - 54500 VANDOEUVRE | email : address@concealed



Archive powered by MHonArc 2.6.19+.

Top of Page