|
From: Jamie C. <jca...@we...> - 2006-08-02 21:08:22
|
On 2/Aug/2006 00:24 Obantec Support wrote .. > > ----- Original Message ----- > From: "Jamie Cameron" <jca...@we...> > To: "Webmin users list" <web...@li...> > Sent: Tuesday, August 01, 2006 10:47 PM > Subject: Re: [webmin-l] more input on usermin delete mail issue > > > > On 1/Aug/2006 02:46 Obantec Support wrote .. > > > Hi Jamie > > > > > > just had a thought , why does Read Mail in webmin allow me to delete > 20 > > > mails trouble free but not usermin? > > > > > > only difference i see is the port. > > > > Really? That is very interesting, since they use pretty much the same > code.. > > Which versions of both do you have installed? I can use that to compare > the code > > from the two, and see what is different. > > > > - Jamie > > > > > > > Hi Jamie > > i have webmin 1.290 and the devel version 1.224 of usermin following your > suggestion to try it. > > this morning i tried usermin to delete 20 and got this back > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > <HTML><HEAD> > <META http-equiv=Content-Type content="text/html; > charset=windows-1252"></HEAD> > <BODY></BODY></HTML> > > up to 6 is working 7 gets server not found IE , FireFox works 100% I checked my code again, and I can see a reason for this - the form values in the checkboxes are larger in Usermin, as it includes the message IDs.. and thus the total amount of data submitted by the browser is too large. IE has some form POST limit above which it is running into problems :( Since I can't replicate this on my own systems, is there any change you could setup VNC or equivalent on a Windows box for me to login to remotely and run IE? Contact me off-list if you are interested.. - Jamie |