I hope I've found the right place to ask this question --- my website offers
Mailman lists and I'm trying to figure out how to allow members to
autosubscribe via my site (so that I don't have to manually add them). Would
code below do it?

Thanks very much for your help.

J.


<hr ALIGN="center" WIDTH="730"><br>
 <H2><B>Join the XYZ list</b></H2>
 <FORM Method=POST ACTION="<SERVER>/mailman /subscribe/<LISTNAME>"><br>
 Your E-mail address: <INPUT type="Text" name="email" size="30"
value=""><br>
 Your Name (optional): <INPUT type="Text" name="fullname" size="30"
value=""><br><br>
 <INPUT type="Submit" name="email-button" value="Subscribe">
 </FORM>
 <p><p>
 <hr ALIGN="center" WIDTH="730">
------------------------------------------------------
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&amp;file=faq01.027.htp

Reply via email to