Skip to Content.
Sympa Menu

en - Unsubscribe without authentication

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Paul Borghese" <address@concealed>
  • To: <address@concealed>
  • Subject: Unsubscribe without authentication
  • Date: Mon, 8 Sep 2003 09:46:48 -0400

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.

 

Any ideas?

 

Paul




Archive powered by MHonArc 2.6.19+.

Top of Page