On May 22, 2004, at 02:45, Karl Berry wrote:

That is, you give the mailman username/password on the command line, it
does the mailman authentication over http[s], remembers the cookie, and
gets you the "full raw archives" (for example).

Can't you do it with just 'curl' or wget ?

% curl -F [EMAIL PROTECTED] -F password=xyzzy -O http://www.mydomain.com/mailman/private/mylist.mbox/mylist.mbox
or
% curl -o mylist.mbox http://www.mydomain.com/mailman/private/mylist.mbox/mylist.mbox? username=me%40subscriber.com&password=xyzzy


should create mylist.mbox in your current directory.


-- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/ Ringo MUG Tokyo http://www.ringo.net/rss.html


------------------------------------------------------ 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/

Reply via email to