Skip to Content.
Sympa Menu

devel - [sympa-dev] bug with auth in 2.3.4

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Olivier LACROIX <address@concealed>
  • To: address@concealed
  • Subject: [sympa-dev] bug with auth in 2.3.4
  • Date: Mon, 22 Nov 1999 12:24:44 +0100


Hello.

In sympa 2.3.4, there is a bug in Command.pm, when parsing an auth command,
so
all auth message returns "No command found in message".

Below the patch.


*** Commands.pm.orig	Tue Oct 19 13:53:30 1999
--- Commands.pm	Mon Nov 22 11:50:49 1999
***************
*** 70,77 ****
     }
     ## allow reply usage for auth process based on user mail replies
     if ($i =~ /auth\s+(\S+)\s+(.+)$/io) {
!        $auth = $2;
!        $i = $3;
     } else {
         $auth = '';
     }
--- 70,77 ----
     }
     ## allow reply usage for auth process based on user mail replies
     if ($i =~ /auth\s+(\S+)\s+(.+)$/io) {
!        $auth = $1;
!        $i = $2;
     } else {
         $auth = '';
     }

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


  • [sympa-dev] bug with auth in 2.3.4, Olivier LACROIX, 11/22/1999

Archive powered by MHonArc 2.6.19+.

Top of Page