[Mailman-Users] Using wget to turn digest mode on/off

2007-05-31 Thread Curtis Preston
I need to be able to interact with MailMan via php without using the command line, so I've been playing around with using URL commands. I've been able to do several things in MailMan using wget (and php's file_get_contents subroutine), but there's one that's eluding me. Here's what I CAN do:

[Mailman-Users] Using wget to turn digest mode on/off

2007-05-31 Thread Stephen J. Turnbull
Curtis Preston writes: But that doesn't authenticate. On the real web side, it works if you authenticate FIRST with another page, then call the user's options page after you're authenticated as the admin, but I don't think I can do that with wget. Dunno if it will get you where you want