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
