Skip to Content.
Sympa Menu

en - [sympa-users] Sympa 6.2

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Paul Grzesina" <address@concealed>
  • To: <address@concealed>
  • Subject: [sympa-users] Sympa 6.2
  • Date: Thu, 11 Jun 2015 17:13:10 -0600

I've noticed the following in the 6.2 release:

The CAS login button does not appear. It appears that
$Conf{'cas_number'}{$robot} is always 0. The following patch appears to fix
this:

--- Conf.pm 2015-06-11 07:08:36.000000000 -0600
+++ /home/sympa/bin/Conf.pm 2015-06-11 16:23:31.000000000 -0600
@@ -1179,6 +1179,7 @@
'Incorrect CAS paragraph in auth.conf');
next;
}
+ $Conf{'cas_number'}{$robot}++;

eval "require AuthCAS";
if ($EVAL_ERROR) {


The index of lists does not appear to be working. The correct letters are
highlighted, but no list names ever appear. I haven't been able to track this
one down yet, but it is possible that it is something with my particular
configuration.

The new web interface is quite nice. A surprising amount of change from
6.2b9, but nice.

Paul Grzesina







Archive powered by MHonArc 2.6.19+.

Top of Page