Skip to Content.
Sympa Menu

en - [sympa-users] Use of static http variables in Conf.pm

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Øystein Gyland <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Use of static http variables in Conf.pm
  • Date: Wed, 13 Feb 2008 16:29:00 +0100

Hi, in Conf.pm there are a couple of variables set with a static http
prefix:

Line 344: $o{'wwsympa_url'}[0] = "http://$o{'host'}[0]/sympa";
Line 672: $robot_conf->{$robot}{'wwsympa_url'} ||=
'http://'.$robot_conf->{$robot}{'http_host'}.'/sympa';

( /wws is replaced with /sympa ref today's reply to Ståle from Olivier
Salaün ).

Thus will every link generated by the functions in bin/etc/mail_tt2
contain a http prefix. We would like to use https instead, therefore we
introduced a new variable http_prefix so that the Sympa administrator
can set this prefix.

Diff/patch is here:
http://folk.uio.no/oystegy/sympa/http-prefix.patch

--
Øystein Gyland





Archive powered by MHonArc 2.6.19+.

Top of Page