DESCRIPTION This is a simple tool for remote, programmatic management of mailing list membership. It is generic, plus it contains an implementation for Mailman listserver. The API is defined and documented in ImplTemplate.py. Specific implementations should be writted in modules named "Impl[Server]" (like "ImplMailman") and contain ListManager class, inheriting from ImplTemplate.ListManager class and implementing all API methods from template class. Configuration file listman.conf contains an entry which says which implementation should be imported. The protocol (similar to oood's) is defined and described in lib_listman.py. The test suite testListman.py contains examples of everything. The server has no security or access control whatsoever, so can be used only locally or on very trusted networks with ip-based control. Mailman implementation relies on any system user being allowed to run mailman admin scripts, which in default configuration is true. VERSION: Beta AUTHOR: Bartek Górny, ERP5 Polska sp. z o.o. # vim: tw=72