Jonathan Doig wrote: > >I want my users to be able to enter their email address and click >"Unsubscribe" on one of my pages - >http://test.nratlas.nsw.gov.au/mailman/listinfo/nratlas-news - and see a >simple message that an email has been sent to confirm their >unsubscription, rather than the confusing options-login page: >http://test.nratlas.nsw.gov.au/mailman/options/[EMAIL >PROTECTED]&login-unsub=Unsubscribe
Then instead of posting to the options page as above, you will have to either create your own cgi or use some kind of scripting on your page to request the unsub and produce the result you want. Assuming you want the confirming email, you could use wget in a script to get the options url above and then produce the simple message. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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
