Skip to Content.
Sympa Menu

devel - [sympa-developpers] what happened to wwsympa.conf ?

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Guillaume Rousse <address@concealed>
  • To: address@concealed
  • Subject: [sympa-developpers] what happened to wwsympa.conf ?
  • Date: Mon, 21 Oct 2013 15:19:28 +0200

According to commit #7985, wwsympa.conf configuration file should no longer be used, and the upgrade process should handle the migration.

However, there is still a private _load_wwsconf() function defined in Sympa::Configuration, taking an hashref argument, whose purpose is apparently to set a $wwsconf package variable, called from
wwsympa.fcgi (despite it is commented)

The old load_config() function from Sympa::WWSympa, despite not defined anymore, is still called from multiple points:
- Sympa::Configuration
- tpl2tt2.pl
- arc2webarc.pl

And there a still a large number of places relying on a $wwsconf variable:
- Sympa::Configuration (package variable)
- tpl2tt2.pl (local variable)
- arc2webarc.pl (local variable)
- task_manager.pl (undeclared variable)
- archived.pl (local variable)

So, what's the exact status here ?
--
Guillaume Rousse
INRIA, Direction des systèmes d'information
Domaine de Voluceau
Rocquencourt - BP 105
78153 Le Chesnay
Tel: 01 39 63 58 31

Attachment: smime.p7s
Description: Signature cryptographique S/MIME




Archive powered by MHonArc 2.6.19+.

Top of Page