I found a bug,
if you set a quota for a user
the qmailadmin convert from MB to bytes with .00 at
the end.
---
File util.c
int quota_to_bytes(char returnval[], char *quota)
{ char *tmpstr; double
tmp;
if (quota == NULL) { return 1;
} if (tmp =
Yes, this was discovered over a month ago (I posted a patch
way back when), but it appears that it didn't get included.
I'm actually working on updating qmailadmin vqadmin to
use the vlimits API and the maildir++ quotas functions.
I'll send a patch as soon as its ready.
Thanks,
Brian
I