Yes, the value should be an integer only.
The new maildir quota actually wants either
just a number or a number followed by "S".
The new format wants 50000000 (or if you really
want 50 Meg, use 52428800).

The ".00" will hose it up.  I recall sending
in a patch for this, but it appears it wasn't
applied to any distribution.  The sprintf format
was incorrect.

Thanks,

Brian

  > I just discovered a bug in 1.0.11 as I've been playing with it today.
  > 
  > Apparently, the new quota patches in 1.0.11 write the quota value 
  > supplied in the HTML form into the database in a format like this:
  > 
  >      50000000.00
  > 
  > When it in there that way, vpopmail thinks the user is over quota 
  > (can't tell you why, as I haven't looked too far into it) but if I use 
  > vmoduser to updated it to either
  > 
  >     50M
  > 
  > or
  > 
  >     50000000
  > 
  > Then everything works just fine (reporting via vuserinfo & mail 
  > deliver). So, the only ugliness is in the formatting that qmailadmin is 
  > using to write the value into the database. It's got too much precision.
  > 
  > One other small bug:
  > 
  > In the mod_user*  html files, my Javascript section is missing a }  
  > immediately after the first if ().... statement and before the first 
  > else. Use vi's handy match {} characters function (%) to notice it. Not 
  > too big a deal (surprising it still works) but it's better if it's 
  > fixed. :)
  > 
  > Matt
  > 
  > On Thursday, February 27, 2003, at 05:18  PM, Ken Jones wrote:
  > 
  > > New release with major re-working of the mailing list screens.
  > > Nice workTom!
  > >
  > > http://www.inter7.com/devel/qmailadmin-1.0.12.tar.gz
  > >
  > > Changes:
  > > 02/27/03    Tom Collins
  > >           - *Major* overhaul of add/modify mailing list code and 
  > > interface.
  > >           - New entries to en lanuage file for mailing list interface
  > >
  > >             Ken Jones
  > >           - update all language files to include English text for the
  > >             new mailing list entries.
  > >
  > > I think 1.0.12 could be our new production release canidate.
  > > Please try it out and report any problems.
  > >
  > > All the language files (except English) need translations for
  > > the last 30 or so new entries for the mailing list pages.
  > >
  > > Thanks,
  > > -- 
  > > - Ken Jones
  > >
  > >
  > 
  > 



Brian
Galaxy Networks, Inc.



Reply via email to