Re: [Mailman-Users] Can't admin pending messages -- me too

2003-02-05 Thread Jon Carnes
Well we've entered the philosophical realm here... I agree 100% with you. The Unix way is to give the power to the user and "let them shoot their foot off" if that's what they want (or at least what they tell the system they want to do). Barry moved the URL section out of the config_list dump/

Re: [Mailman-Users] Can't admin pending messages -- me too

2003-02-04 Thread James Devenish
In message <[EMAIL PROTECTED]> on Wed, Feb 05, 2003 at 11:22:38AM +0800, James Devenish wrote: > In message <[EMAIL PROTECTED]> > on Tue, Feb 04, 2003 at 10:09:25PM -0500, Jon Carnes wrote: > > Look at ~mailman/bin/fix_url.py. [...] > I wasn't clear on when I would be prompted for an address. Whoo

Re: [Mailman-Users] Can't admin pending messages -- me too

2003-02-04 Thread James Devenish
In message <[EMAIL PROTECTED]> on Tue, Feb 04, 2003 at 10:09:25PM -0500, Jon Carnes wrote: > Look at ~mailman/bin/fix_url.py. Yes, I was going to mention that but the notes at the top of the file said "This script is intended to be run as a bin/withlist script, i.e. bin/withlist -l -r fix_url list

Re: [Mailman-Users] Can't admin pending messages -- me too

2003-02-04 Thread Jon Carnes
Look at ~mailman/bin/fix_url.py. HtH - Jon Carnes On Tue, 2003-02-04 at 19:46, James Devenish wrote: > In message <[EMAIL PROTECTED]> > on Tue, Feb 04, 2003 at 09:58:02AM -0500, Jon Carnes wrote: > >If you redirect a POST using mod_redirect, you lose > > Yes, that is what appears to be happ

Re: [Mailman-Users] Can't admin pending messages -- me too

2003-02-04 Thread James Devenish
In message <[EMAIL PROTECTED]> on Wed, Feb 05, 2003 at 08:46:52AM +0800, James Devenish wrote: >config_list, move_list, withlist scripts will Hmm, doesn't seem to match my Mailman 2.1 installation. Nevertheless, the important part for me was its confi

Re: [Mailman-Users] Can't admin pending messages -- me too

2003-02-04 Thread James Devenish
In message <[EMAIL PROTECTED]> on Tue, Feb 04, 2003 at 09:58:02AM -0500, Jon Carnes wrote: >If you redirect a POST using mod_redirect, you lose Yes, that is what appears to be happening. It seems that the admindb web forms (and e-mail to list admins) point to the (old) address. The other admi

Re: [Mailman-Users] Can't admin pending messages -- me too

2003-02-04 Thread Jon Carnes
Let me point you to a posting from the archives from Vivek Khera: If you redirect a POST using mod_redirect, you lose the data. The workaround is to capture the POST data from the original request, convert it to a GET and redirect to that. But then if you're sending the first req

Re: [Mailman-Users] Can't admin pending messages -- me too

2003-02-04 Thread James Devenish
Hi, Last month there was a thread about a problem that I am now having. Was a solution, or at least a cause, found? The problem, as stated by the original poster, is "It shows the pending messages with the choices - but if I select to approve, reject, or discard - nothing happens after I click su