Michael Kabot writes: > I would love to help, but afraid my Python experience is non > existent.
If you have coded in any language, well, Python is very readable. Try reading the Mailman code, starting with the email module. If you like, then help with the code. If it leaves you cold, continue to contribute other ways (feature specs, bug reports, doc author/editor, etc). The main issue I personally find is just that Mailman is a fairly large application, depending on some fairly complex libraries, specifically the email module. You need to figure out what that module is about, and (for me) that's been the big hurdle. If you've got time to help, there's no big hurry at this point (Mailman isn't going to go away for at least another decade or so :-), take your time getting up to speed. ------------------------------------------------------ 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
