Bill Honneus (honneus) wrote:

When a user subscribes or unsubscribes from a mailing list, they are
sent an email confirmation and must click a link on the web interface or
reply to the email to confirm their subscription/removal. One of our
engineers is creating a portlet on a web application, and what he wants
to do is allow  the user to be immediately subscribed as soon as they
click a link.  Is there a way to configure Mailman so that a user is
immediately subscribed or removed without the confirmation process?

It's easy enough to do with the command-line tools, if you know what you're doing.

Alternatively, if we were to write some custom code on our application,
could we simply call the subscribe cgi script, and then send the
confirmation request from the application without asking the user for
further input?
Please let me know if this is a sound approach.

I would strongly encourage you folks to *NOT* do this. It's so easy to abuse these kinds of systems and sign someone up for a billion different mailing lists.

There's a reason why the default with Mailman is so that the user has to confirm their subscription request.

--
Brad Knowles <[EMAIL PROTECTED]>
Member of the Python.org Postmaster Team, & Co-moderator of the
mailman-users and mailman-developers mailing lists
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to