On 6/6/06, Amir Helzer <[EMAIL PROTECTED]> wrote:
> My server has user lists and other information in its own database, and I
> want to use mailman for mass email distribution (which my hosting forbids me
> to do on the website server). So, I want my cgi-bin scripts to be able to do
> management operations for my mailman lists, e.g.:
> * Subscribe new users, so that they don't even need to reply to ack (they
> already did it on my server)
> * Subscribe news users so that the need to reply to mailman's subscription
> email.
> * Remove users from the list
>

You should be able to craft POST data which can then be sent to your
mailman server's admin pages. Essentially, simulate data entry into,
e.g., the mass subscribe field, etc.

-- 
- Patrick Bogen
------------------------------------------------------
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