Skip to Content.
Sympa Menu

en - Sympa 2.3.1

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun - CRU <address@concealed>
  • To: address@concealed
  • Subject: Sympa 2.3.1
  • Date: Thu, 16 Sep 1999 16:38:32 +0200

A problem has been detected in release 2.3.0 :

<listname>-subscribe and <listname>-unsubscribe messages are not processed.

A new version, sympa-2.3.1, fixes this bug : http://listes.cru.fr/sympa/

Or you can apply the following patch :
*** sympa.pl.orig Wed Sep 15 11:23:28 1999
--- sympa.pl Thu Sep 16 16:18:21 1999
***************
*** 171,177 ****
## Extract listname from filename
my $listname = $1;
$listname =~ s/\@.*$//;
! $listname =~ s/^(\S+)-(request|owner|editor)$/$1/;
$listname =~ y/A-Z/a-z/;

if ($listname eq 'sympa') {
--- 171,177 ----
## Extract listname from filename
my $listname = $1;
$listname =~ s/\@.*$//;
! $listname =~
s/^(\S+)-(request|owner|editor|subscribe|unsubscribe)$/$1/;
$listname =~ y/A-Z/a-z/;

if ($listname eq 'sympa') {


  • Sympa 2.3.1, Olivier Salaun - CRU, 09/16/1999

Archive powered by MHonArc 2.6.19+.

Top of Page