John Fitzsimons wrote:
>
>There appears to be a problem here. I get an error. Here is what
>happened..
>
>C:\>mailman-subscribers.py -c http://domain listname_domain
>password


That is not correct. The first argument is just the host name (domain)
without any http://


>The filename, directory name, or volume label syntax is incorrect.


That error doesn't come from the script. The error you should get from
the script is:

Error accessing
http://http://domain/mailman/admin/listname_domain/members
Supplied host may be incorrect or you may need to specify --url_path.


Try running the command as:

python mailman-subscribers.py -c domain listname_domain password


>Also, I don't suppose that there is a script to collect all the
>"customising" that one has done with a mailing list is there ?


It's called bin/config_list, but you probably can't run it in cPanel.
If you mean a script analagous to mailman-subscribers.py that will get
the information via the web interface, I'm not aware of any.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to