On 2005/07/16 01:29, Mike Flaherty wrote: > I am looking to make it so that subscribers can not change their settings, > however I do still want them to be able to unsubscribe when they want.
You can edit the options.html template to not present some/all of the settings to the user, but a clever/devious user could still submit the appropriate values unless you change Mailman/Cgi/options.py <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.048.htp> (You can prevent the user from signing up for a digest by not making the list available in digest form. digestable=No) -- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/crew/jwt/ Mailman IRC irc://irc.freenode.net/#mailman ------------------------------------------------------ Mailman-Users mailing list [email protected] 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&file=faq01.027.htp
