Skip to Content.
Sympa Menu

en - RE: [sympa-users] Unsubscribe without authentication

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Paul Borghese" <address@concealed>
  • To: "'Olivier Salaun - CRU'" <address@concealed>
  • Cc: <address@concealed>
  • Subject: RE: [sympa-users] Unsubscribe without authentication
  • Date: Mon, 8 Sep 2003 11:02:36 -0400

Thanks Olivier!  Telling Sympa to reload the scenarios worked!

 

 

Paul

 

-----Original Message-----
From: Olivier Salaun - CRU [mailto:address@concealed]
Sent: Monday, September 08, 2003 10:19 AM
To: Paul Borghese
Cc: address@concealed
Subject: Re: [sympa-users] Unsubscribe without authentication

 

Hi Paul,

You have changed the scenario but sympa.pl did not update it in memory ; it is still using the old one. Sympa will reload the scenario if it detects the list config has changed :
        % touch /home/sympa/expl/yourlist/config

Furthermore, the list name is missing in your unsubscribe command ; it should be :
   
unsubscribe yourlist address@concealed

Paul Borghese wrote:

I would like to allow people to unsubscribe without authorization even if the request is not from the same e-mail.  So for example, address@concealed may unsubscribe address@concealed by simply sending an e-mail to sympa with the subject:

 

unsubscribe address@concealed

 

Currently, Tom will receive an authentication message asking to confirm this request.

 

I tried editing the scenario unsubscribe.open to the following:

 

!is_subscriber ([listname],[email]) smtp,smime,md5 -> do_it

!equal ([sender],[email])           smtp           -> do_it

true()                              smtp,md5,smime -> do_it

 

But it does not work.

-- 
Olivier Salaun
Comite Reseau des Universites



Archive powered by MHonArc 2.6.19+.

Top of Page