> From: "Gergely Soros" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: [Mailman-Users] Per-list confirm and passwordless unsub
> X-Beenthere: [EMAIL PROTECTED]
> X-Mailman-Version: 2.0.1 (101270)
> List-Post: <mailto:[EMAIL PROTECTED]>
> List-Id: Mailman mailing list management users <mailman-users.python.org>
> List-Archive: <http://www.python.org/pipermail/mailman-users/>
> Date: Wed, 10 Jan 2001 23:56:31 +0100
> 
> Thanks for this great piece of software, we are happy users of Mailman.
> 
> If there is a wishlist for Mailman, I'd like to add two requests to it:
> 
> Per-list subscribe confirm messages similar to the welcome message.
> By the way, it'd be nice to be able to edit the whole welcome message,
> not just a portion of it.

1) you can have this today with a patch of mine on Sourceforge.
2) it's almost-certainly coming in 2.1 with I18N support.
 
> Option to configure the list to allow passwordless unsubscription.

> My idea is creating an alias, e.g. [EMAIL PROTECTED] that will
> call a Python script to remove the email address specified in the
> From: header of the mail. The problem is that I'm completely new
> to Python and don't have the few days now to learn it. 

You don't need a Python script; just take the email to listname-off
and format up another email:

To: '<list>-request@<host.domain>'
Subject: "unsubscribe <list-password> <address>" or 
Subject: "unsubscribe <site-password> <address>"

That should do it.


------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://www.python.org/mailman/listinfo/mailman-users

Reply via email to